POST
/
accounts
/
Extract account search results
curl --request POST \
  --url https://app.prontohq.com/api/v2/accounts/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "search_url": "https://www.linkedin.com/sales/search/company?query=(revenueRange:%22%2410M-%24100M%22%20AND%20employeeCountRange:%2211-50%22%20AND%20industry:%22Technology%2C%20Information%20and%20Internet%22)",
  "name": "Tech Companies 10M-100M Revenue",
  "webhook_url": "https://webhook.site/8b53c96f-f2cd-4c24-bc09-b3c2176d7ea8",
  "streaming": false,
  "custom": {
    "source": "api",
    "campaign": "q1_outreach"
  }
}'
{
"id": "8e1dcba0-f0bb-4071-99fc-f18ba6559ccc",
"import_name": "Tech Companies 10M-100M Revenue",
"import_url": "https://www.linkedin.com/sales-api/salesApiLeadSearch?query=(revenueRange:%22%2410M-%24100M%22%20AND%20employeeCountRange:%2211-50%22%20AND%20industry:%22Technology%2C%20Information%20and%20Internet%22)",
"created_at": "2024-01-15T10:30:00Z",
"custom": {
"source": "api",
"campaign": "q1_outreach"
}
}
Extract company accounts from LinkedIn Sales Navigator search results and process them asynchronously. This endpoint creates an import job that will process the search results in the background and send the results to your specified webhook URL when complete.

Overview

This endpoint allows you to extract company data from LinkedIn Sales Navigator search URLs. The process is asynchronous - you’ll receive an immediate response with the import job details, and the actual results will be sent to your webhook URL when processing is complete.

Rate Limits

  • 1 request per second per user/IP address

Authorizations

X-API-KEY
string
header
required

Your API key

Body

application/json

Response

Import job created successfully

The response is of type object.