PATCH
/v2/squid/{squid_id}Update Settings
Configure the LinkedIn Profile Scraper settings including email enrichmentConfigure your LinkedIn Profile Scraper settings. The main configurable option is email enrichment, which uses Lobstr.io's enrichment service to find email addresses for the profiles you scrape.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Available Settings
email
Type:
boolean
Default:
true
Description:
Enable email enrichment to find email addresses for profiles
Warning
Email enrichment costs 9 credits per profile where an email is found. Profiles without a found email are not charged.
Pro Tip
If you don't need email addresses, disable enrichment to reduce costs: set `email` to `false`.
Note
Email enrichment is enabled by default. Make sure to disable it before running if you don't need email data.