B2B Software ReviewsBuyer IntelligenceIntent DataSoftware ReviewsReviewsProduct ReviewsContent SyndicationAccount Based MarketingMarketingAnalytics
Trustradius Visitor Insights Report Example is an example object payload from TrustRadius, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "visitor_insights_report",
"summary": "Gets company information and aggregate visit counts",
"request": {
"method": "GET",
"url": "https://api.trustradius.com/v1/reports/visitor-insights/companies?start-date=2026-07-01&end-date=2026-07-31&products=salesforce-crm&skip=0&limit=100&format=json&sort=-date",
"headers": {
"x-api-key": "YOUR_TRUSTRADIUS_API_KEY"
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": [
{
"companyName": "string",
"companyCategory": "string",
"companySicCode": "string",
"companySize": "string",
"companyCity": "string",
"companyRegion": "string",
"companyRegionCode": "string",
"companyCountry": "string",
"companyCountryCode": "string",
"companyFacebook": "string",
"companyLinkedinId": "string",
"companyTwitter": "string",
"companyWebsite": "string",
"visits": 0,
"date": "string",
"product": "string",
"productId": "string",
"vendor": "string"
}
]
},
"note": "Response body is shaped from the schema the provider declares for this operation. Field VALUES are placeholders (\"string\", 0) \u2014 TrustRadius publishes no examples in its OpenAPI, and API Evangelist does not invent review, intent or traffic values. Where the provider declares a bare `object` with no properties, the placeholder is an empty object, which is exactly how much the contract says.",
"x-generated": "2026-08-14",
"x-method": "derived",
"x-source": "openapi/_original/trustradius-api-openapi.yml (provider-published OpenAPI 3.0.0 v1.1, exported from the TrustRadius Stoplight project trustradius/public-api)"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.