Search Trustpilot categories by keyword to find category IDs at any level of the taxonomy.
curl "https://apidirect.io/v1/trustpilot/categories?query=bank" -H "X-API-Key: YOUR_API_KEY"
{
"categories": [
{
"category_id": "bank",
"name": "Bank"
},
{
"category_id": "savings_bank",
"name": "Savings Bank"
},
{
"category_id": "private_sector_bank",
"name": "Private Sector Bank"
},
{
"category_id": "investment_bank",
"name": "Investment Bank"
},
{
"category_id": "central_bank",
"name": "Central Bank"
},
{
"category_id": "trust_bank",
"name": "Trust Bank"
}
],
"count": 6,
"query": "bank"
}
Trustpilot's category search is fuzzy: it always returns the 6 nearest categories rather than an empty list. Compare the returned names to your keyword.
You only pay for successful requests. The Trustpilot Category Search API costs $0.005 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 10 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key