Skip to main content

Company Search

Search for companies by various criteria including industry, size, location, and technologies.

Parameters

NameTypeRequiredDefaultDescription
filtersobject✅ Yes-Search filters (industry, employeeRange, technologies, etc.).
limitnumber❌ No10Maximum number of results to return.

Required Integrations

  • hginsights

Use Cases

  • List building
  • Market research
  • Prospect identification
  • Territory planning

Example Usage

MCP Client

{
"tool": "company_search",
"parameters": {
"filters": "example-value"
}
}

Claude Desktop

Use the company_search tool to search for companies by various criteria including industry, size, 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