Enrichment
Enrich Profile
Enrich a profile with requested data (full profile, emails, phone)
POST
Credit Cost
| Data Type | Credits |
|---|---|
| Full profile info | 1.5 credits |
| Personal email | 1 credit |
| Professional email | 3 credits |
| Phone number | 10 credits |
| GitHub profile | 1 credit |
You can select which data to enrich. Credits are only charged for the data types you request (e.g., if you only request phone number, you’ll be charged 10 credits).
Request Body
Profile identifier. Supports multiple formats:
- Full URL:
https://www.linkedin.com/in/john-doe - Short URL:
linkedin.com/in/john-doe - Public ID:
john-doe - Member identity:
ACoAABxxxxxx - URN:
urn:li:fsd_profile:ACoAABxxxxxx - Encoded ID:
prof_PVXj1LZJg54zXKcnKNBusu8LgvJX5SYm5QYj⭐ (recommended)
Enrich the full profile data (experience, education, skills, etc.)
Enrich professional email address
Enrich personal email address
Enrich phone number
Enrich GitHub profile data (repositories, contributions, etc.). Requires the profile to have a GitHub link.
At least one
enrich_* field must be set to true.Response
Full profile data (only present if
enrich_profile: true)Professional email address (only present if
enrich_work_email: true). Example: “[email protected]”Personal email address (only present if
enrich_personal_email: true). Example: “[email protected]”Phone number (only present if
enrich_phone: true). Example: “+1 415 555 0123”GitHub profile data (only present if
enrich_github: true)
