Configure the LinkedIn Leads Scraper settings including enrichment options
Configure your LinkedIn Leads Scraper squid settings. Control result limits and enable email enrichment or profile detail collection.Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_KEYapplication/jsonparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| max_results | integer | 1000 | Maximum number of leads to collect per task |
params.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) |
| 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 |