TrustRadius website screenshot

TrustRadius

TrustRadius is a B2B buyer intelligence and software review platform that helps technology buyers make confident purchasing decisions and enables vendors to turn verified customer reviews into demand generation. Founded in 2012 and headquartered in Austin, Texas, TrustRadius hosts in-depth verified reviews averaging 400+ words, and provides vendors with downstream intent data showing who is actively researching their products, competitors, and categories. The platform offers REST APIs for accessing product review data, buyer intent signals, and content licensing capabilities, with integrations into Salesforce, HubSpot, 6sense, Demandbase, LinkedIn, Marketo, and Snowflake. Authentication uses API key access from the TrustRadius Vendor Portal.

4 APIs 0 Features
B2B Software ReviewsBuyer IntelligenceIntent DataSoftware ReviewsReviewsProduct ReviewsCategories

APIs

TrustRadius Public API

The TrustRadius Public API provides programmatic access to product data, verified user reviews, TrustRadius scores (trScores), software categories, and aggregate rating informat...

TrustRadius Downstream Intent Data API

The TrustRadius Downstream Intent Data API delivers buyer and deal intelligence, revealing which accounts are actively researching a vendor's products, competitor products, and ...

TrustRadius Reviews API

The TrustRadius Reviews API provides access to verified user reviews for software products, including detailed review content (400+ words), ratings across multiple dimensions (u...

TrustRadius Content Syndication API

The TrustRadius Content Syndication API (TrustQuotes) enables vendors to extract and embed customer review quotes across marketing channels. Businesses can retrieve licensed rev...

Collections

Pricing Plans

Rate Limits

Trustradius Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Trustradius Context

9 classes · 22 properties

JSON-LD

API Governance Rules

TrustRadius API Rules

9 rules · 2 errors 6 warnings 1 info

SPECTRAL

JSON Structure

Trustradius Review Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
🔑
Authentication
Authentication
🔗
Products
Products
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
LinkedIn
LinkedIn
🔗
X
X
👥
GitHub
GitHub
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: TrustRadius Public API
  version: 1.0.0
items:
- info:
    name: Products
    type: folder
  items:
  - info:
      name: List Products
      type: http
    http:
      method: GET
      url: https://api.trustradius.com/v1/products
      params:
      - name: category
        value: ''
        type: query
        description: Filter products by category slug
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: perPage
        value: ''
        type: query
        description: Number of products per page
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve a list of software products indexed on TrustRadius with their ratings and review counts.
  - info:
      name: Get Product
      type: http
    http:
      method: GET
      url: https://api.trustradius.com/v1/products/:productSlug
      params:
      - name: productSlug
        value: ''
        type: path
        description: Product URL slug identifier
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve detailed product profile including TrustRadius score, review counts, and rating breakdown.
  - info:
      name: Get Product Reviews
      type: http
    http:
      method: GET
      url: https://api.trustradius.com/v1/products/:productSlug/reviews
      params:
      - name: productSlug
        value: ''
        type: path
      - name: page
        value: ''
        type: query
      - name: perPage
        value: ''
        type: query
      - name: minScore
        value: ''
        type: query
        description: Minimum TrustRadius score filter
      - name: industry
        value: ''
        type: query
        description: Filter by reviewer's industry
      - name: companySize
        value: ''
        type: query
        description: Filter by reviewer's company size
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve verified user reviews for a specific product with filtering options.
  - info:
      name: Get Product Ratings
      type: http
    http:
      method: GET
      url: https://api.trustradius.com/v1/products/:productSlug/ratings
      params:
      - name: productSlug
        value: ''
        type: path
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve aggregate rating breakdown for a product across all rated dimensions.
- info:
    name: Categories
    type: folder
  items:
  - info:
      name: List Categories
      type: http
    http:
      method: GET
      url: https://api.trustradius.com/v1/categories
      params:
      - name: page
        value: ''
        type: query
      - name: perPage
        value: ''
        type: query
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve all software categories available on TrustRadius.
  - info:
      name: Get Category
      type: http
    http:
      method: GET
      url: https://api.trustradius.com/v1/categories/:categorySlug
      params:
      - name: categorySlug
        value: ''
        type: path
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve details for a specific software category including top products.
- info:
    name: Companies
    type: folder
  items:
  - info:
      name: Get Company
      type: http
    http:
      method: GET
      url: https://api.trustradius.com/v1/companies/:companySlug
      params:
      - name: companySlug
        value: ''
        type: path
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve company profile information from TrustRadius.
bundled: true