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/trustpilot/v1/company/details1 credit

The full Trustpilot company profile WITHOUT reviews (cheaper than company/reviews when you only need the listing) → TrustScore, star rating, total reviews, 5-to-1-star distribution, category rankings (e.g. #2 of 26 in Bank), contact info (address, phone, website, email), what customers talk about most (AI topic summaries), the AI review summary and the company description. By company domain.

Working example
Parameters

The company's website domain (e.g. gossby.com), its Trustpilot review-page URL, or its Trustpilot page slug.

Trustpilot country/locale (the website footer's country selector). en-US is fully served today; other locales are accepted and currently resolve to the en-US view (per-locale routing is being added).

request preview
curl -X POST https://api.reefapi.com/trustpilot/v1/company/details \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"company":"lendingclub.com"}'

Hit Send to run this endpoint live.