Bridge the gap between LinkedIn and email domains. Given a company’s LinkedIn URL, find its verified email domain.
cURL
curl --request POST \ --url https://api.blitz-api.ai/api/enrichment/email_domain \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "linkedin_company_url": "https://www.linkedin.com/company/blitz-api" } '
{ "found": true, "email_domain": "example.com" }
Your Blitz API Key.
The LinkedIn Company Page URL.
OK - Domain Found
Success status.
The company domain (e.g., apple.com).
apple.com