The playground

Try any of 1042 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
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.

Working example
Parameters

Product slug on the source site (the URL segment, e.g. 'slack'). Resolve one from a URL via the product/resolve action.

Review 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.

Number of reviews to skip (pagination offset; TrustRadius skip/limit mode). (0–)

Reviews per page (1-100). Omit (or set fetch_all) to pull everything. (1–100)

TrustRadius: fetch ALL reviews in one pass (ignores skip/limit).

Include reviews not marked public (default false = public only).

GetApp-only: the category/product path (e.g. 'collaboration-software/a/slack/reviews/'). Required when source=getapp.

request preview
curl -X POST https://api.reefapi.com/trustradius/v1/product/reviews \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"source":"trustradius","product_slug":"slack","fetch_all":"true"}'

Hit Send to run this endpoint live.