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

Choose one catalog endpoint for this request.

7 shown
GETapiKey3 credits/requesttrustpilot.categorySearchResponseDocTrustpilot
GET /trustpilot/categories/search

Search Trustpilot categories

Returns normalized category search results from Trustpilot's JSON category search API.

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

Required query 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": {
    "query": "software",
    "country": "US",
    "locale": "en-US",
    "size": 3,
    "categories": []
  }
}

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>"