Configure the LinkedIn Profile Scraper settings including email enrichment
Configure your LinkedIn Profile Scraper squid settings. The main configurable option is email enrichment, which uses lobstr.io’s enrichment service to find email addresses for the profiles you scrape.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 |
|---|---|---|---|
| email_enrichment | boolean | true | Enable email enrichment to find email addresses for profiles (9 credits per profile where an email is found) |
| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| concurrency | integer | Number of parallel scraping threads (default: 1) |
| 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 |
email: The discovered email address (if found)email_status: Validation status of the email (valid, invalid, catch-all, etc.)email is still accepted but deprecated. Migrate to email_enrichment.