Locate a verified direct business phone number using LinkedIn context.
Use case: Ideal for multichannel cadences or cold calling strategies.
cURL
curl --request POST \ --url https://api.blitz-api.ai/api/enrichment/phone \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "linkedin_profile_url": "https://www.linkedin.com/in/antoine-blitz-5581b7373" } '
{ "found": true, "phone": "+1234567890" }
Your Blitz API Key.
The public LinkedIn profile URL (e.g., https://www.linkedin.com/in/username).
https://www.linkedin.com/in/username
OK - Phone Found
Indicates if a phone number was found.
The direct business phone number in international format.