Playground

Get Trustpilot category detail API playground

Returns category metadata, company cards, and side rails from Trustpilot's public category page.

GETapiKey2 credits/requesttrustpilot.categoryResponseDoc

Selected endpoint

GET /trustpilot/category/{slug}

Returns category metadata, company cards, and side rails from Trustpilot's public category page.

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

Get Trustpilot category detail

Returns category metadata, company cards, and side rails from Trustpilot's public category 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": {
    "slug": "software_company",
    "name": "Software Company",
    "page": 1,
    "items": []
  }
}