The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsTrustpilot
live/trustpilot · 4 endpoints
post/trustpilot/v1/company/reviews1 creditreviews + company profile (by domain/slug/url)
company*maxReviewsincludeCompany
{
"company": "amazon.com",
"maxReviews": 40
}Try in playground →post/trustpilot/v1/category/browse1 creditbrowse companies in a Trustpilot category (paginated)
categoryId*page
{
"categoryId": "electronics_technology"
}Try in playground →post/trustpilot/v1/company/search1 creditfind companies by name → businessUnitId + domain (paginated)
query*page
{
"query": "nike"
}Try in playground →post/trustpilot/v1/reviewer/profile1 credita reviewer's written reviews + profile (by consumer userId)
userId*page
Try in playground →