Contact enrichment reveals work emails, personal emails, and phone numbers for your prospects. Descovo provides three methods depending on how many contacts you need to enrich and how you want to manage the workflow. Use sync enrichment for one-off lookups, batch enrichment when you have a list of LinkedIn URLs, and the audience workflow when you want to enrich an entire filtered segment.Documentation Index
Fetch the complete documentation index at: https://docs.descovo.com/llms.txt
Use this file to discover all available pages before exploring further.
Choose your method
- Sync (single contact)
- Batch (many contacts)
- Audience-based
Sync enrichment returns results immediately for a single LinkedIn profile. Use this when you need contact data for one to five people in an interactive context.Endpoint:
POST /v1/individual-reveal/syncCredits are charged per successful enrichment, per data type requested.Request parameters
Your Descovo API key.
Full LinkedIn profile URL of the person to enrich, e.g.
https://www.linkedin.com/in/example-profile/.Specify which contact types to retrieve. Set each to
true or false.getWorkEmails— professional email addressesgetPersonalEmails— personal email addressesgetPhoneNumbers— phone numbers
Example
Some profiles will not have any emails or phone numbers on file. When the response arrays are empty, no credits are charged for that data type.
Credit costs
Enrichment is billed per operation per person. Typical credit costs are:| Operation | Credits (typical) |
|---|---|
| Work email reveal | 2 |
| Personal email reveal | 2 |
| Phone number reveal | 3 |
You can check your current credit balance at any time with
GET /v1/credits?apiKey=sk_live_xxx.