Skip to main content
POST
Person Enrichment
Agents & LLMs: a Markdown version of this page is available by appending .md to the URL, and the full documentation index is at llms.txt.
1 record on success
Retrieve a professional’s full profile and entire career history from their LinkedIn profile URL.
Response always carries found. On found: true, person holds the full profile: identity, headline, location, every role in experiences[], plus education[], skills[] and certifications[]. On found: false, person is null and no record is charged.
This is the profile-first counterpart to the reverse lookups. Use it when you already hold a LinkedIn URL and want the whole career, not a single contact point. Pair it with Find Work Email or Find Mobile & Direct Phone when you also need a way to reach them.

Enrichment workflow recipe

End-to-end pattern for processing a list of LinkedIn URLs into verified contact data.

Authorizations

x-api-key
string
header
required

Your Blitz API Key. Get one from https://app.blitz-api.ai

Body

application/json
person_linkedin_url
string
required

LinkedIn profile URL of the person to enrich.

Example:

"https://www.linkedin.com/in/antoine-blitz-5581b7373"

Response

OK

The response is of type object.