v3

latestOpenAPI 3.1.02026-08-045365213.8 KB

Bulk match companies by name

Match a list of company names from a CSV/Excel file to business domain profiles. Returns a task ID for async processing. Check status via /bulkmatch/status/{task_id}.

post/bulkmatch

Query parameters

name_columnstring required

Column name containing company names.

Column name containing company names.

phone_columnstring nullable

Column name containing phone numbers.

Column name containing phone numbers.

city_columnstring nullable

Column name containing cities.

Column name containing cities.

state_columnstring nullable

Column name containing states.

Column name containing states.

country_columnstring nullable

Column name containing country codes.

Column name containing country codes.

zip_code_columnstring nullable

Column name containing zip codes.

Column name containing zip codes.

strictboolean

Enable strict matching.

Enable strict matching.

local_modeboolean

Preserve location filters.

Preserve location filters.

min_match_confidenceinteger

Minimum match_confidence (inclusive, 50-100) a match must have to be returned. Defaults to 50, the standard quality floor.

Minimum match_confidence (inclusive, 50-100) a match must have to be returned. Defaults to 50, the standard quality floor.

Response

Successful Response

task_idstring required

Unique task identifier for polling status