Skip to main content

Company Spend

Analyze company spending patterns across technology categories.

Data Coverage

MetricValueSource
IT spend categories140+RGI Fabric (verified 2026-05-11): "more than 140 spend categories".

Covers hardware, software, services, and communications spend (current and forecast).

Parameters

NameTypeRequiredDefaultDescription
companyDomainstring⚠️ Either this or hg_id-The company domain to look up spend data for (e.g., "example.com"). Do not include protocol.
hg_idstring⚠️ Either this or companyDomain-HG Insights company ID (31-32 alphanumeric characters). When provided, takes precedence over companyDomain.
spendCategorystring❌ No-Optional spend category to filter results. Uses fuzzy matching on category names (e.g., "Security", "Software", "Cloud").

Required Integrations

  • hginsights

Use Cases

  • Budget analysis
  • Spending trends
  • Category investment insights
  • Competitive spending analysis

Example Usage

MCP Client

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

Claude Desktop

Use the company_spend tool to analyze company spending patterns across technology categories.

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