Add Tasks
Sales Navigator Leads Scraper
Add Tasks
Add LinkedIn Sales Navigator search URLs to scrape lead profiles
POST
Add Tasks
Add 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
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the Sales Navigator Leads Scraper crawler |
| tasks | array | Yes | Array of task objects, each containing a url field |
Task Object
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Sales Navigator people search URL (e.g., https://www.linkedin.com/sales/search/people?query=...) |
This scraper requires a linked Sales Navigator account. Ensure your account is properly connected before running.
Code Examples
Response
200