Skip to main content
POST
Update Settings
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.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY
string
required
Request body format. Value: application/json

Scraper Parameters

Set these parameters in the params object:

Squid Settings

Configure general squid settings:

Email Enrichment

When email enrichment is enabled, lobstr.io will attempt to find the email address associated with each LinkedIn profile. Pricing: 9 credits per profile enriched. No email found = 0 credits charged. The enrichment service returns:
  • email: The discovered email address (if found)
  • email_status: Validation status of the email (valid, invalid, catch-all, etc.)
Email enrichment is enabled by default. Disable it before running if you don’t need email data to avoid unexpected credit usage.
If you don’t need email addresses, disable enrichment to reduce costs: set email_enrichment to false.
Backward compatibility: The old function name email is still accepted but deprecated. Migrate to email_enrichment.

Code Examples

Response

201