cURL
curl --request POST \ --url https://api.gtmapis.com/v1/company/search \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "company": { "keywords": [ {} ], "industry": [ {} ], "hq": [ {} ], "employee_range": [ {} ], "revenue_range": [ {} ], "technologies": [ {} ] }, "max_results": 123, "cursor": "<string>" } '
{ "companies": [ { "linkedin_url": "<string>", "name": "<string>", "domain": "<string>", "industry": "<string>", "description": "<string>", "employee_count": 123, "employee_range": "<string>", "hq_city": "<string>", "hq_country": "<string>", "website": "<string>" } ], "cursor": "<string>", "total_results": 123, "credits_charged": 123 }
Search for companies by industry, size, location, and technology
POST /v1/company/search
Show Filter fields
curl -X POST https://api.gtmapis.com/v1/company/search \ -H "Content-Type: application/json" \ -H "X-API-Key: gtm_test_your_key_here" \ -d '{ "company": { "industry": ["Software"], "hq": ["United States"], "employee_range": ["51-200", "201-500"], "technologies": ["Salesforce"] }, "max_results": 10 }'
Show Company fields
{ "companies": [ { "linkedin_url": "https://linkedin.com/company/acme", "name": "Acme Inc", "domain": "acme.com", "industry": "Software", "description": "Enterprise software for sales teams", "employee_count": 180, "employee_range": "51-200", "hq_city": "San Francisco", "hq_country": "United States", "website": "https://acme.com" } ], "cursor": "eyJwYWdlIjoy...", "total_results": 1, "credits_charged": 1 }
{ "error": "Bad Request", "message": "invalid request body" }
{ "error": "Unauthorized", "message": "Invalid API key" }
Total addressable market (TAM)
Technographic targeting
Territory planning