Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Get Trustpilot business reviews API Playground

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

GETapiKey3 credits/requesttrustpilot.businessReviewsResponseDocTrustpilot

Endpoint

Choose one catalog endpoint for this request.

7 shown
GETapiKey3 credits/requesttrustpilot.businessReviewsResponseDocTrustpilot
GET /trustpilot/business/{slug}/reviews

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
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

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

Endpoint details

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

Method
GET
Path
/trustpilot/business/{slug}/reviews
Authentication
apiKey
Credit cost
3 credits/request
Platform
Trustpilot
Parameters
10 documented fields

Request parameters

slug:pathpage:querystars:queryverified:queryreplied:querylanguage:queryq:querydate_from:querydate_to:queryx-api-key:header

Response schema fields

codedatadata.applied_filtersdata.applied_filters.languagedata.applied_filters.querydata.applied_filters.replieddata.applied_filters.starsdata.applied_filters.verifieddata.businessdata.business.claimeddata.business.namedata.business.rating

Sample response summary

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

cURL example

curl "https://api.crawlora.net/api/v1/trustpilot/business/<slug>/reviews" \
  -H "x-api-key: <api-key>"