Extract leads from a company
Searches for leads based on job titles and a company LinkedIn ID
Location IDs Reference
Location IDs used in this endpoint can be found in our reference spreadsheet. If you need additional locations added to this list, please contact our support team.
Authorizations
Your API key
Body
The LinkedIn ID of the company
"1234567890"
List of job titles to search for
["Software Engineer", "Product Manager"]
Name of the lead search
"Software Engineer Search"
Optional webhook URL to receive results when the search is complete
"https://example.com/webhook"
List of job titles to exclude from the search
["Intern", "Contractor"]
List of LinkedIn location IDs that were included in the search
["105015875", "102221843"]
List of LinkedIn location IDs that were excluded from the search
["103644278"]
When set to true, leads will be sent individually to the webhook_url as they are found. This is ideal for integration with platforms like Clay that process leads in real-time.
true
Custom fields to include with the lead search that will be returned in the webhook (like crm id, etc.)
{ "hubspot_id": "134567" }
Optional parameter to limit the number of results returned. If not specified, all matching leads will be returned.
x >= 1
100