Company Cloud Spend
Retrieve cloud vendor and technology service data from HG Insights Cloud Dynamics (Intricately) for a specific company.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
companyDomain | string | Yes | nike.com | The company domain to look up cloud vendor data for (e.g., "nike.com"). Do not include protocol. |
hg_id | string | No | - | HG Insights company ID (32 alphanumeric characters). When provided, overrides companyDomain. |
productList | string[] | 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 withvendorName,vendorLogo, andfirstSeen
Error Handling
Common errors:
- Missing Integration: Intricately API key not configured (note: requires
intricatelyintegration, nothginsights) - Company Not Found: Domain not found in Intricately's database
- Authentication Error: Invalid API key
- Rate Limit: API rate limit exceeded
Related Tools
company_spend- IT spend by category (uses HG Insights, different data source)company_technographic- Technology stack and usagecompany_firmographic- Company size, industry, location