Playground

Get Trustpilot categories API playground

Returns the Trustpilot public category index grouped by top-level category.

GETapiKey2 credits/requesttrustpilot.categoriesResponseDoc

Selected endpoint

GET /trustpilot/categories

Returns the Trustpilot public category index grouped by top-level category.

Group
Trustpilot
Authentication
apiKey
Credit cost
2 credits/request
Path parameters
0
Query parameters
0
Body parameters
0
GETapiKey2 credits/requestcategoriesResponseDoc

Get Trustpilot categories

Returns the Trustpilot public category index grouped by top-level category.

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

Set up API key

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": {
    "groups": [
      {
        "name": "Electronics & Technology",
        "slug": "electronics_technology",
        "items": []
      }
    ]
  }
}