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 category detail API Playground

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

GETapiKey2 credits/requesttrustpilot.categoryResponseDocTrustpilot

Endpoint

Choose one catalog endpoint for this request.

7 shown
GETapiKey2 credits/requesttrustpilot.categoryResponseDocTrustpilot
GET /trustpilot/category/{slug}

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
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": {
    "slug": "software_company",
    "name": "Software Company",
    "page": 1,
    "items": []
  }
}

Endpoint details

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

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

Request parameters

slug:pathpage:queryx-api-key:header

Response schema fields

codedatadata.breadcrumbsdata.breadcrumbs[].namedata.breadcrumbs[].slugdata.breadcrumbs[].urldata.countrydata.itemsdata.items[].business_unit_iddata.items[].categoriesdata.items[].categories[].category_iddata.items[].categories[].display_name

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "slug": "software_company",
    "name": "Software Company",
    "page": 1,
    "items": []
  }
}

cURL example

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