cURL
curl --request POST \ --url https://api.gtmapis.com/v1/company/linkedin-to-domain \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "company_linkedin_url": "<string>" } '
{ "domain": "<string>", "found": true, "credits_charged": 123 }
Find a company website domain from a LinkedIn company URL
POST /v1/company/linkedin-to-domain
curl -X POST https://api.gtmapis.com/v1/company/linkedin-to-domain \ -H "Content-Type: application/json" \ -H "X-API-Key: gtm_test_your_key_here" \ -d '{ "company_linkedin_url": "https://linkedin.com/company/acme" }'
{ "domain": "acme.com", "found": true, "credits_charged": 1 }
{ "domain": "", "found": false, "credits_charged": 0 }
{ "error": "Bad Request", "message": "company_linkedin_url is required" }
{ "error": "Unauthorized", "message": "Invalid API key" }
Email pattern discovery
Data normalization
Website enrichment