cURL
curl --request POST \ --url https://api.gtmapis.com/v1/company/enrich-linkedin \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "company_linkedin_url": "<string>" } '
{ "company": { "name": "<string>", "domain": "<string>", "description": "<string>", "industry": "<string>", "employee_count": 123, "employee_range": "<string>", "founded_year": 123, "company_type": "<string>", "hq_city": "<string>", "hq_region": "<string>", "hq_country": "<string>", "linkedin_url": "<string>", "website": "<string>", "phone": "<string>", "technologies": [ {} ] }, "found": true, "credits_charged": 123 }
Get detailed company information from a LinkedIn company URL
POST /v1/company/enrich-linkedin
curl -X POST https://api.gtmapis.com/v1/company/enrich-linkedin \ -H "Content-Type: application/json" \ -H "X-API-Key: gtm_test_your_key_here" \ -d '{ "company_linkedin_url": "https://linkedin.com/company/acme" }'
Show Company fields
{ "company": { "name": "Acme Inc", "domain": "acme.com", "description": "Enterprise software for sales teams", "industry": "Software", "employee_count": 180, "employee_range": "51-200", "founded_year": 2015, "company_type": "Private", "hq_city": "San Francisco", "hq_region": "California", "hq_country": "United States", "linkedin_url": "https://linkedin.com/company/acme", "website": "https://acme.com", "phone": "+14155551000", "technologies": ["Salesforce", "AWS", "React"] }, "found": true, "credits_charged": 1 }
{ "company": {}, "found": false, "credits_charged": 0 }
{ "error": "Bad Request", "message": "company_linkedin_url is required" }
{ "error": "Unauthorized", "message": "Invalid API key" }
CRM enrichment
Lead scoring
Competitive intelligence