v1
latestOpenAPI 3.0.1MIT2026-07-2651432.2 KBGet Lead Finder request results
Retrieve the results for a specific request ID
get/lead_finder/async/{request_id}
Path parameters
request_idstring required
Response
Request results retrieved successfully
Example response
{
"id": "f4eaa33f3d6fd1d8e1a7",
"credits_left": "993.3",
"credits_consumed": "5.5",
"status": "terminated",
"summary": {
"leads_found": 55
},
"leads": [
{
"contact_id": 32680300,
"contact_full_name": "Frédéric Bonnand",
"contact_first_name": "Frédéric",
"contact_last_name": "Bonnand",
"contact_job_title": "Founder @bettercontact",
"contact_seniority": "Founder",
"contact_headline": "Find emails and phones with bettercontact waterfall enrichment",
"contact_industry": "Information technology & services",
"contact_linkedin_profile_url": "https://www.linkedin.com/in/fbonnand",
"contact_location_continent": "Europe",
"contact_location_country": "France",
"company_name": "Bettercontact",
"company_domain": "bettercontact.rocks",
"company_description": "Bettercontact aggregates 20+ premium contact data providers such as people data labs, rocketreach, and datagma into one subscription.",
"company_linkedin_url": "https://www.linkedin.com/company/bettercontact",
"company_industry": "Software development",
"company_type": "privately_held",
"company_founded_year": 2022,
"company_employees_range_start": 11,
"company_employees_range_end": 50,
"company_head_quarters_city": "Lyon",
"company_head_quarters_country": "France",
"custom_fields": []
}
]
}