Update Settings
LinkedIn Leads Scraper
Update Settings
Configure the LinkedIn Leads Scraper settings including enrichment options
POST
Update Settings
Configure your LinkedIn Leads Scraper squid settings. Control result limits and enable email enrichment or profile detail collection.
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 |
|---|---|---|---|
| max_results | integer | 1000 | Maximum number of leads to collect per task |
Optional Functions
Enable these in theparams.functions object:
| Function | Type | Default | Description |
|---|---|---|---|
| email_enrichment | boolean | true | Find email addresses for each profile (9 credits per profile where an email is found) |
| scrape_profile_details | boolean | true | Collect additional profile details from each LinkedIn profile page (1 credit per profile) |
Squid Settings
Configure general squid settings:| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| concurrency | integer | Number of parallel scraping threads (default: 1) |
| accounts | array | Array of linked LinkedIn 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 |
This scraper requires a synced LinkedIn account. Add your LinkedIn cookies in the Accounts section before running.
Code Examples
Response
201