Extract the primary verified email domain pattern associated with a Company LinkedIn URL.
cURL
curl --request POST \ --url https://api.blitz-api.ai/v2/enrichment/linkedin-to-domain \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "company_linkedin_url": "https://www.linkedin.com/company/blitz-api" } '
{ "found": true, "email_domain": "blitz-agency.com" }
Your Blitz API Key.
"https://www.linkedin.com/company/blitz-api"
OK
The response is of type object.
object