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 categories API Playground
Returns the Trustpilot public category index grouped by top-level category.
GETapiKey2 credits/requesttrustpilot.categoriesResponseDocTrustpilot
Endpoint details
Returns the Trustpilot public category index grouped by top-level category.
- Method
- GET
- Path
- /trustpilot/categories
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- Trustpilot
- Parameters
- 1 documented fields
Request parameters
x-api-key:header
Response schema fields
codedatadata.groupsdata.groups[].itemsdata.groups[].items[].namedata.groups[].items[].slugdata.groups[].items[].urldata.groups[].namedata.groups[].slugdata.groups[].urlmsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"groups": [
{
"name": "Electronics & Technology",
"slug": "electronics_technology",
"items": []
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/trustpilot/categories" \
-H "x-api-key: <api-key>"