Extract
Extract lead search results
Initiates a new lead search based on the provided parameters
POST
Authorizations
Your API key
Body
application/json
Lead search parameters
The LinkedIn search URL to extract leads from
Name of the lead search
Optional webhook URL to receive notifications when the search is complete
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.
Example:
true
Custom fields to include with the lead search that will be returned in the webhook (like crm id, etc.)
Example:
{ "hubspot_id": "134567" }
Optional parameter to limit the number of results returned. If not specified, all matching leads will be returned.
Required range:
x >= 1
Example:
100