Trustpilot API
## Trustpilot Data API Access comprehensive Trustpilot data through a fast, reliable REST API. Search companies, fetch reviews with rich filtering, browse the full category tree, and look up consumer profiles — all from a single integration. ### Key Features - **13 endpoints** covering companies, reviews, categories, and consumers - **Rich review filtering** — by star rating, language, date…
Trustpilot API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Company | ||
| GET |
getCompanyReviewCount /api/v1/company/review-count |
Lightweight endpoint returning just the review count and trust score for a company. |
| GET |
getCompanyDetails /api/v1/company/details |
Get full details for a company including contact info, categories, and review statistics. |
| GET |
getCompanyReviews /api/v1/company/reviews |
Fetch paginated reviews for a company with rich filtering options. |
| GET |
searchCompanies /api/v1/company/search |
Search Trustpilot for companies by name, domain, or keyword. |
| GET |
getSimilarCompanies /api/v1/company/similar |
Get companies similar to the given company (unique endpoint — no competitor has this as a dedicated endpoint). |
| Categories | ||
| GET |
getNewestInCategory /api/v1/categories/{categoryId}/newest |
Get the newest companies to join Trustpilot in a specific category. |
| GET |
listCategories /api/v1/categories/list |
Returns the full Trustpilot category tree (22 top-level categories with all sub-categories). Unique endpoint — most competitors don't expose the full tree. |
| GET |
searchCategories /api/v1/categories/search |
Search for Trustpilot categories by keyword. |
| GET |
getCategoryDetails /api/v1/categories/{categoryId} |
Get details for a specific category including subcategories. |
| GET |
getCategoryCompanies /api/v1/categories/{categoryId}/companies |
Browse companies within a specific Trustpilot category with filtering and sorting. |
| GET |
getRecentlyReviewed /api/v1/categories/{categoryId}/recently-reviewed |
Get companies in a category that were most recently reviewed. |
| Consumer | ||
| GET |
getConsumerDetails /api/v1/consumer/{consumerId} |
Get a Trustpilot reviewer's profile including review statistics. |
| GET |
getConsumerReviews /api/v1/consumer/{consumerId}/reviews |
Get the reviews written by a specific Trustpilot consumer. |
| Health | ||
| GET |
healthCheck /health |
|
Trustpilot API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA | $79 / month | — |
|
| MEGA | $159 / month | — |
|