From a LinkedIn profile URL, instantly find a verified work email. Emails are validated in real time (catch-all included).
cURL
curl --request POST \ --url https://api.blitz-api.ai/api/enrichment/email \ --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, "email": "[email protected]" }
Your Blitz API Key.
The public LinkedIn profile URL (e.g., https://www.linkedin.com/in/username).
https://www.linkedin.com/in/username
OK - Email Found
Indicates if an email was found.
The verified business email.