Fetch real-time LinkedIn data for specific companies or profiles. Two credits per fetch, with automatic fallback to cached data when live fetch is unavailable.
Use this file to discover all available pages before exploring further.
Live enrichment fetches the latest data directly from LinkedIn for a specific company or person, rather than returning what Descovo has stored in its database. Use it when you need fresh details for a small number of high-value accounts or prospects — for example, to confirm current headcount, recent funding, or an executive’s latest role. Credits are charged at 2 credits per successful live fetch. If the live fetch fails, the API automatically falls back to a cached database result at no charge.
Fetch the latest LinkedIn data for a specific company using its LinkedIn slug, URL, or organization ID.Endpoint:POST https://api.descovo.com/v1/linkedin-live-fetch/company/single Auth:apiKey in the request body Credit cost: 2 credits per live fetch (operation: liveEnrichCompany)
If the live fetch fails — for example, due to a LinkedIn availability issue — the API returns a cached version of the company from Descovo’s database. In this case, creditsCharged is 0. The response structure is identical; check creditsCharged to determine whether you received live or cached data.
If the company cannot be found at all, the API returns a 404. This usually means the identifier is incorrect or the company page no longer exists on LinkedIn.
Fetch the latest LinkedIn data for a specific person using their LinkedIn profile URL, slug, Sales Navigator URN, or user ID.Endpoint:POST https://api.descovo.com/v1/linkedin-live-fetch/profile/single Auth:apiKey in the request body Credit cost: 2 credits per live fetch (operation: liveEnrichPerson)
When true, the response includes a full work history with detailed company and role information for each position. Increases response size and latency.
If the live profile fetch fails, the API may return a cached database record with found: true and creditsCharged: 0. If neither live nor cached data is available, the response returns found: false. Check found and creditsCharged together to understand what you received.
Setting getDetailedEducation or getDetailedWorkExperience to true significantly increases response size and latency. Only enable these when you specifically need the detailed history.