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/detail1 credit

product metadata (rating, category, vendor)

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.

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/detail \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.