Playground

Get Trustpilot business reviews API playground

Returns paginated Trustpilot business reviews parsed from the public review page.

GETapiKey3 credits/requesttrustpilot.businessReviewsResponseDoc

Selected endpoint

GET /trustpilot/business/{slug}/reviews

Returns paginated Trustpilot business reviews parsed from the public review page.

Group
Trustpilot
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
8
Body parameters
0
GETapiKey3 credits/requestbusinessReviewsResponseDoc

Get Trustpilot business reviews

Returns paginated Trustpilot business reviews parsed from the public review page.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "business": {
      "slug": "openai.com",
      "name": "OpenAI"
    },
    "pagination": {
      "page": 1,
      "has_next_page": true,
      "total_reviews": 1200
    },
    "items": []
  }
}