Account search
Extract company accounts from a LinkedIn Sales Navigator search URL and process them asynchronously.
Rate limit: 1 request per second
This endpoint creates an import job that will process the search results in the background. Results will be sent to the specified webhook URL when processing is 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
Your API key
Body
LinkedIn Sales Navigator company search URL. Must start with 'https://www.linkedin.com/sales/search/company'
"https://www.linkedin.com/sales/search/company?query=(filters%3AList((type%3AANNUAL_REVENUE%2CrangeValue%3A(min%3A10%2Cmax%3A100)%2CselectedSubFilter%3AUSD)%2C(type%3AINDUSTRY%2Cvalues%3AList((id%3A6%2Ctext%3ATechnologie%252C%2520information%2520et%2520Internet%2CselectionType%3AINCLUDED)))))&sessionId=uYap7SN9RS6itaRp2Vt7Xg%3D%3D&viewAllFilters=true"
Name for the import job
"Tech Companies 10M-100M Revenue"
Webhook URL to receive the processed results
"https://webhook.site/8b53c96f-f2cd-4c24-bc09-b3c2176d7ea8"
Enable streaming mode for real-time results
false
Custom attributes to associate with the import
{
"source": "api",
"campaign": "q1_outreach"
}Maximum number of accounts to extract
100
Response
Import job created successfully
Unique identifier for the import job
"8e1dcba0-f0bb-4071-99fc-f18ba6559ccc"
Name of the import job
"Tech Companies 10M-100M Revenue"
The processed search URL used for extraction
"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)"
Creation timestamp of the import job
"2024-01-15T10:30:00Z"
Custom attributes associated with the import
{
"source": "api",
"campaign": "q1_outreach"
}