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