Update Settings
Sales Navigator Leads Scraper
Update Settings
Configure scraper settings for Sales Navigator Leads Scraper including email enrichment
POST
Update Settings
Configure your squid settings for the Sales Navigator Leads Scraper. This scraper supports email enrichment and requires linked Sales Navigator accounts.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonScraper Parameters
Set these parameters in theparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| functions.email_enrichment | boolean | false | Enable email enrichment using lobstr.io’s service (9 credits per profile where an email is found) |
| functions.mobile_enrichment | boolean | false | Enable mobile phone enrichment (300 credits per profile where a mobile number is found) |
| profiles_per_page | integer | 25 | Number of leads to scrape per page (max: 25) |
| max_pages | integer | 100 | Maximum number of pages to crawl (max: 100) |
| max_results | integer | null | Total leads to collect before stopping (null = no limit) |
Squid Settings
Configure general squid settings:| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| accounts | array | Array of linked Sales Navigator account hashes (required) |
| export_unique_results | boolean | Export only unique results (deduplicated) |
| to_complete | boolean | Run until all tasks complete |
| no_line_breaks | boolean | Remove line breaks from results |
Sales Navigator limits search results to 2,500 leads. Use more specific filters to access different lead segments.
Backward compatibility: The old function name
email is still accepted but deprecated. Migrate to email_enrichment.Code Examples
Response
201