Skip to main content

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.

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.
Credits are charged when enrichment runs. Always confirm the contact types you intend to request — work email, personal email, and phone number are each billed separately.

Choose your method

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

apiKey
string
required
Your Descovo API key.
linkedinUrl
string
required
Full LinkedIn profile URL of the person to enrich, e.g. https://www.linkedin.com/in/example-profile/.
enrichmentTypes
object
required
Specify which contact types to retrieve. Set each to true or false.
  • getWorkEmails — professional email addresses
  • getPersonalEmails — personal email addresses
  • getPhoneNumbers — phone numbers

Example

{
  "apiKey": "sk_live_xxx",
  "linkedinUrl": "https://www.linkedin.com/in/example-profile/",
  "enrichmentTypes": {
    "getWorkEmails": true,
    "getPersonalEmails": false,
    "getPhoneNumbers": true
  }
}
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:
OperationCredits (typical)
Work email reveal2
Personal email reveal2
Phone number reveal3
For audience enrichment, waterfall pricing applies — a combined enrichment pass can be cheaper than requesting each contact type independently. Check the estimate endpoint for a full breakdown before you trigger enrichment.
You can check your current credit balance at any time with GET /v1/credits?apiKey=sk_live_xxx.