docs / trustradius

TrustRadius

B2B software reviews and ratings.

base /trustradius/v13 endpoints
post/trustradius/v1/product/reviews1 credit

Fetch verified user reviews and ratings for a B2B software product from TrustRadius (up to 639 reviews with full verbatim text, reviewer job title, company industry and size) or GetApp. Filter by public-only or include all review visibility levels.

ParameterAllowed / rangeDescription
product_slugrequiredProduct slug on the source site (the URL segment, e.g. 'slack'). Resolve one from a URL via the product/resolve action.
source = trustradiusoptionaltrustradius · getapp · capterra · g2Review platform to fetch from. Defaults to trustradius.com (full pagination, up to 639 reviews). getapp requires category_path and returns a partial page snapshot. capterra and g2 are not currently available.
skip = 0optional0–Number of reviews to skip (pagination offset; TrustRadius skip/limit mode).
limitoptional1–100Reviews per page (1-100). Omit (or set fetch_all) to pull everything.
fetch_all = falseoptionalTrustRadius: fetch ALL reviews in one pass (ignores skip/limit).
include_non_public = falseoptionalInclude reviews not marked public (default false = public only).
category_pathoptionalGetApp-only: the category/product path (e.g. 'collaboration-software/a/slack/reviews/'). Required when source=getapp.
Try in playground →
post/trustradius/v1/product/detail1 credit

product metadata (rating, category, vendor)

ParameterAllowed / rangeDescription
product_slugrequiredProduct slug on the source site (the URL segment, e.g. 'slack'). Resolve one from a URL via the product/resolve action.
source = trustradiusoptionaltrustradius · getapp · capterra · g2Review platform to fetch from. Defaults to trustradius.com (full pagination, up to 639 reviews). getapp requires category_path and returns a partial page snapshot. capterra and g2 are not currently available.
category_pathoptionalGetApp-only: the category/product path (e.g. 'collaboration-software/a/slack/reviews/'). Required when source=getapp.
Try in playground →
post/trustradius/v1/product/resolvefree

resolve a TrustRadius/GetApp/Capterra/G2 URL → source + slug

ParameterAllowed / rangeDescription
urlrequiredA TrustRadius / GetApp / Capterra / G2 product URL to parse into {source, product_slug}.
Try in playground →