POST
/v1/tasksAdd Tasks
Add LinkedIn Sales Navigator search URLs to scrape lead profilesAdd LinkedIn Sales Navigator search URLs to scrape lead profiles. This scraper requires a linked Sales Navigator account to access the data.
Copy the search URL directly from Sales Navigator after applying your filters (company size, seniority level, industry, location, etc.). The scraper will paginate through the search results automatically.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Request Body
squid
Type:
string
Required:
Yes
Description:
Hash of your squid configured with the Sales Navigator Leads Scraper crawler
tasks
Type:
array
Required:
Yes
Description:
Array of task objects, each containing a `url` field
Task Object
url
Type:
string
Required:
Yes
Description:
Sales Navigator people search URL (e.g., `https://www.linkedin.com/sales/search/people?query=...`)
Pro Tip
Apply filters in Sales Navigator first, then copy the URL. All filter parameters will be preserved.
Note
This scraper requires a linked Sales Navigator account. Ensure your account is properly connected before running.
Pro Tip
You can use saved searches in Sales Navigator and copy their URLs as tasks.