Company Intent
Retrieve buyer intent signals from TrustRadius for a specific company, with detailed scoring, category analysis, and signal strength.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
companyDomain | string | Yes | salesforce.com | Company domain to look up intent signals for (e.g., "cisco.com"). |
hg_id | string | No | - | HG Insights company ID (32 alphanumeric characters). When provided, overrides companyDomain. |
start-date | string | No | 30 days ago | Start date for intent data query in YYYY-MM-DD format. |
end-date | string | No | Today | End date for intent data query in YYYY-MM-DD format. |
Required Integrations
trustradius_intent
Use Cases
- Sales timing optimization
- Interest and buying signal detection
- Lead prioritization and qualification
- Competitive intelligence
Example Usage
Basic lookup
{
"tool": "company_intent",
"parameters": {
"companyDomain": "cisco.com"
}
}
With custom date range
{
"tool": "company_intent",
"parameters": {
"companyDomain": "salesforce.com",
"start-date": "2025-09-01",
"end-date": "2025-09-30"
}
}
Lookup by HG ID
{
"tool": "company_intent",
"parameters": {
"hg_id": "0FF69D9F596504A1FF4FF5B16FF"
}
}
Response Format
The tool returns a structured JSON response with:
companyDomain: The queried domainwindow: Date range (start,end)account: Company account info (id,name,sizeBand,industry,country) — if foundintentSummary: Aggregated scoring withprimaryCategory,overallScore(0-1), and per-category breakdownsignals: Individual intent signals withtimestamp,action,category,product,vendor,evidenceUrl,weight,recencyDays,score, andhumanReasonfeatures: Computed features (uniqueProducts,uniqueVendors,hasPricing,comparisonCount,listingViews,lastActivityDaysAgo)
Error Handling
Common errors:
- Missing Integration: TrustRadius Intent API key not configured (requires
trustradius_intentintegration) - Authentication Error: Invalid TrustRadius API key
- Rate Limit: API rate limit exceeded
Related Tools
intent_category- Get intent signals by product category (across all accounts)company_firmographic- Get company detailscompany_technographic- Analyze company tech stack