Skip to main content
POST
/
v2
/
enrichment
/
phone
Find Mobile & Direct Phone
curl --request POST \
  --url https://api.blitz-api.ai/v2/enrichment/phone \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "person_linkedin_url": "https://www.linkedin.com/in/antoine-blitz-5581b7373"
}
'
{
  "found": true,
  "phone": "+1234567890"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blitz-api.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.
Cost: 5 credits per number found on Trial Plan
Free on the Unlimited Phone Numbers plan ($599/mo)
Retrieve a direct mobile phone number from a LinkedIn profile URL.
Coverage is limited to United States only.

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
Example:

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

Response

OK

The response is of type object.