GET
/get-company-by-domaingetCompanyByDomainFetches LinkedIn-style company data (name, industry, size, website, logo, LinkedIn URL, etc.) using the company's domain. Useful when you have a domain (e.g., example.com) and want structured company metadata.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
| domain | query | Yes | The domain associated with the company (e.g., example.com) |
Responses
| Status | Description |
|---|---|
| 200 | Company data retrieved successfully |
| 400 | Invalid request |
| 401 | Unauthorized - missing or invalid API key |
| 404 | Company not found for the provided domain |
| 500 | Internal server error |
