Skip to main content

Company Firmographic

Retrieve comprehensive business information about companies including industry, employee count, revenue, location, and technologies.

Parameters

NameTypeRequiredDefaultDescription
companyDomainstring✅ Yes-The company domain to look up (e.g., "example.com"). Do not include protocol (http/https).
hg_idstring❌ No-HG Insights company ID (32 alphanumeric characters). When provided, overrides companyDomain.
providerstring❌ NoautoProvider to use for data lookup. Use "auto" for automatic selection.

Required Integrations

  • hginsights

Use Cases

  • Sales and marketing research
  • Lead qualification
  • Market analysis
  • Due diligence

Example Usage

MCP Client

{
"tool": "company_firmographic",
"parameters": {
"companyDomain": "example-value"
}
}

Claude Desktop

Use the company_firmographic tool to retrieve comprehensive business information about companies including industry, employee count, revenue, location, and technologies.

Response Format

The tool returns a structured JSON response with:

  • data: The actual result data
  • metadata: Execution metadata including timing and provider information

Error Handling

Common errors:

  • Missing Integration: Required integration not configured
  • Invalid Parameters: Parameters don't match the schema
  • Rate Limit: API rate limit exceeded
  • Not Found: Resource not found (e.g., company domain doesn't exist)
  • Other company research tools: company_firmographic, company_technographic, company_fai, company_intent, company_spend

Next Steps