Check multiple records for duplicates in your SpiderFuzzer database (up to 100)
unique (new records) and duplicates (matched existing records).
email, full_name, first_name, last_name, linkedin_url, positioncompany_name, company_domain, google_place_id, website, phonecity, countrybusiness, contact, email, profiletrue, automatically add unique records to canonical databaseidempotency_key to safely retry failed requests without creating duplicate canonical records:
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request succeeded |
unique | array | Records that are unique (not duplicates) |
duplicates | array | Records that matched existing canonical records |
stats.total_checked | integer | Total records checked |
stats.unique_count | integer | Number of unique records |
stats.duplicate_count | integer | Number of duplicates found |
stats.added_to_canonical | integer | Records added to canonical database |
stats.skipped | boolean | Whether deduplication was skipped |
stats.reason | string | Reason if skipped |
duplicates array contains:
| Field | Type | Description |
|---|---|---|
record | object | The original record that was checked |
matched_canonical_id | integer | ID of the matched canonical record |
confidence | number | Match confidence (0.0-1.0) |
match_type | string | Type of match (exact_hash, email, google_place_id, etc.) |
idempotency_key