Live Enrichment fetches the latest data directly from LinkedIn for a specific company or individual profile. Use it when you need up-to-date details for a small number of known targets — for example, verifying a key account’s headcount before outreach, or pulling a prospect’s current title before a call. For bulk enrichment across many records, use the audience workflow instead. Credits are charged per live fetch, for both company and profile requests.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.
Company live enrichment
Fetch real-time data for a single company using its LinkedIn slug, URL, or organization ID. Endpoint:POST /v1/linkedin-live-fetch/company/single
Cost: 2 credits per live company fetch.
Request parameters
Your Descovo API key.
The identifier type. One of:
"slug"— LinkedIn company slug, e.g."microsoft"fromlinkedin.com/company/microsoft/"liUrl"— Full LinkedIn company URL, e.g."https://www.linkedin.com/company/microsoft/""orgId"— LinkedIn organization ID (numeric string), or a Descovo company ID that maps to one
The identifier value matching the selected
type.Example
Fallback behavior
If the live fetch fails, the API automatically falls back to a cached database version of the company. When this happens,creditsCharged is 0 — you are only charged when a live fetch succeeds.
Profile live enrichment
Fetch real-time LinkedIn data for a single professional profile. Endpoint:POST /v1/linkedin-live-fetch/profile/single
Cost: 2 credits per live profile fetch.
Request parameters
Your Descovo API key.
Any of the following identifier formats:
- LinkedIn profile slug, e.g.
"williamhgates" - Full LinkedIn profile URL, e.g.
"https://www.linkedin.com/in/williamhgates/" - Sales Navigator URN, e.g.
"ACwAAA...." - LinkedIn user ID (numeric)
When
true, the response includes expanded degree and institution data. This increases latency and response size.When
true, the response includes full work history with per-role details. This increases latency and response size.Example
Fallback behavior
If the live profile fetch fails, the API may:- Return a cached database profile with
found: trueandcreditsCharged: 0, or - Return
found: falseif no record exists
When to use live enrichment vs. search APIs
| Situation | Recommended approach |
|---|---|
| You have 1–5 specific LinkedIn identifiers and need fresh data | Live enrichment |
| You need to verify or refresh a key account or prospect | Live enrichment |
| You need to find companies or people matching a set of criteria | Company Search or People Search |
| You need to enrich dozens or thousands of records | Audience workflow |