Skip to main content

Company Cloud Spend

Retrieve cloud vendor and technology service data from HG Insights Cloud Dynamics (Intricately) for a specific company.

Parameters

NameTypeRequiredDefaultDescription
companyDomainstringYesnike.comThe company domain to look up cloud vendor data for (e.g., "nike.com"). Do not include protocol.
hg_idstringNo-HG Insights company ID (32 alphanumeric characters). When provided, overrides companyDomain.
productListstring[]No[]Optional list of product/vendor names to filter results by. Uses fuzzy matching on vendor names (e.g., ["Cloudflare", "Amazon EC2"]). If empty, all detected products are returned.

Required Integrations

  • intricately (HG Insights Cloud Dynamics)

Use Cases

  • Cloud adoption analysis
  • AWS/Azure/GCP usage tracking
  • Cloud migration insights
  • Technology stack analysis and competitive intelligence
  • Vendor assessment and cloud footprint benchmarking

Example Usage

Basic lookup

{
"tool": "company_cloud_spend",
"parameters": {
"companyDomain": "nike.com"
}
}

Filter by specific vendors

{
"tool": "company_cloud_spend",
"parameters": {
"companyDomain": "nike.com",
"productList": ["Cloudflare", "Amazon EC2"]
}
}

Lookup by HG ID

{
"tool": "company_cloud_spend",
"parameters": {
"hg_id": "0FF69D9F596504A1FF4FF5B16FF"
}
}

Response Format

The tool returns a structured JSON response with:

  • company: Company info (name, website, logo)
  • trafficDistribution: Geographic web traffic breakdown (North America, Latin America, Asia Pacific, EMEA percentages; may be null)
  • technologyServices: Array of service categories, each containing vendors with vendorName, vendorLogo, and firstSeen

Error Handling

Common errors:

  • Missing Integration: Intricately API key not configured (note: requires intricately integration, not hginsights)
  • Company Not Found: Domain not found in Intricately's database
  • Authentication Error: Invalid API key
  • Rate Limit: API rate limit exceeded
  • company_spend - IT spend by category (uses HG Insights, different data source)
  • company_technographic - Technology stack and usage
  • company_firmographic - Company size, industry, location

Next Steps