Searches for leads based on job titles and a company LinkedIn ID.
POST
[*] we will return every person in the company, regardless of their job title.Clay JSON formatting errors? Double-check commas, spacing, or copy our template to fix issues.
| Key | Value |
|---|---|
| X-API-KEY | Your Pronto API key |
full_nametitlelinkedin_urllinkedin_idcompany_namestatusrejection_reasonsscale parameter (boolean, optional) allows you to increase your volume of requests by omitting the following fields:
connections_countheadlinehttps://www.linkedin.com/in/mathieu-brun-picard/)scale is set to true, you will still receive a LinkedIn profile URL, but it will use the user ID instead of the vanity URL format (like https://linkedin.com/in/ACwAACaX8uYBfAh-5YxmfObz4mVOKYih3zxa-TM).Your API key
Parameters for lead search by job title
The LinkedIn ID of the company (required if company_linkedin_url is not provided)
"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"
The LinkedIn URL of the company (regular or Sales Navigator). Required if company_linkedin_id is not provided)
"https://www.linkedin.com/company/pronto"
List of job titles to exclude from the search
["Intern", "Contractor"]List of Location IDs that were included in the search
["105015875", "102221843"]List of 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 >= 1100
When set to true, increases request volume by omitting the following fields: connections_count, headline, and vanity LinkedIn profile URL. You will still receive a LinkedIn profile URL, but it will use the user ID instead of the vanity URL (e.g., https://www.linkedin.com/in/mathieu-brun-picard/).
true
Search initiated successfully