POST
/
leads
/
search
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": {}
}

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

X-API-KEY
string
header
required

Your API key

Body

application/json

Parameters for lead search by job title

The body is of type object.

Response

201
application/json

Search initiated successfully

The response is of type object.