latestOpenAPI 3.0.32026-08-08360156.4 KB
ae7fddf16bf9
Intellimatch
Get results
Retrieve paginated company and contact results from a completed search task.
get/api/intellimatch/data
Query parameters
hashstring required
The hash returned by the search endpoint.
Example:74ebbec924a9666053d234eecc685a1d73c699d1
The hash returned by the search endpoint.
pageinteger
The page number (default: 1).
Example:1
The page number (default: 1).
per_pageinteger
Results per page (max: 500, default: 100).
Example:100
Results per page (max: 500, default: 100).
Response
Ok
Example response
{
"data": [
{
"id": 1,
"name": "Acme Corp",
"domain": "acme.com",
"description": "Leading SaaS company",
"employee_count_range": "51-200",
"industries": [
"Technology",
"Software"
],
"country": "FR",
"match_score": 95,
"contact_name": "John Doe",
"contact_email": "john.doe@acme.com",
"contact_job_title": "CEO",
"contact_phone": "+33 6 12 34 56 78",
"contact_linkedin_url": "https://www.linkedin.com/in/johndoe"
}
],
"meta": {
"current_page": 1,
"per_page": 100,
"total": 250,
"last_page": 3,
"from": 1,
"to": 100
}
}