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
Search Trustpilot categories API Playground
Returns normalized category search results from Trustpilot's JSON category search API.
GETapiKey3 credits/requesttrustpilot.categorySearchResponseDocTrustpilot
Endpoint details
Returns normalized category search results from Trustpilot's JSON category search API.
- Method
- GET
- Path
- /trustpilot/categories/search
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- Trustpilot
- Parameters
- 5 documented fields
Request parameters
q:querycountry:querylocale:querysize:queryx-api-key:header
Response schema fields
codedatadata.categoriesdata.categories[].category_iddata.categories[].display_namedata.categories[].top_level_category_iddata.countrydata.localedata.querydata.sizemsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"query": "software",
"country": "US",
"locale": "en-US",
"size": 3,
"categories": []
}
}cURL example
curl "https://api.crawlora.net/api/v1/trustpilot/categories/search?q=<q>" \
-H "x-api-key: <api-key>"