cURL
curl --request POST \ --url https://app.prontohq.com/api/v2/leads/search \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "name": "Software Engineer Search", "webhook_url": "https://example.com/webhook", "company_linkedin_id": "1234567890", "company_linkedin_url": "https://www.linkedin.com/company/pronto", "job_titles": [ "Software Engineer", "Product Manager" ], "excluded_job_titles": [ "Intern", "Contractor" ], "included_locations": [ "105015875", "102221843" ], "excluded_locations": [ "103644278" ], "streaming": true, "custom": { "hubspot_id": "134567" }, "limit": 100 }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "search_name": "<string>", "search_url": "<string>", "expected_profiles_count": 123, "created_at": "2023-11-07T05:31:56Z", "custom": {} }
Searches for leads based on job titles and a company LinkedIn ID.
Rate limit: 10 requests per second
Your API key
Parameters for lead search by job title
The body is of type object.
object
Search initiated successfully
The response is of type object.