/trustpilot/business-units/searchapiKey3 credits/requestSearch Trustpilot business units
Returns normalized business-unit search results from Trustpilot's JSON business-unit search API.
Required params: q:query
API Reference
Use Crawlora's Trustpilot Reviews API endpoints to extract supported public Trustpilot data as structured JSON. This documentation covers 7 active endpoints including Search Trustpilot business units, Get Trustpilot business profile, Get Trustpilot related businesses, Get Trustpilot business reviews, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as q, slug, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/trustpilot/business-units/search?q=openai&country=US&page=1&page_size=5" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/trustpilot/business-units/searchapiKey3 credits/requestReturns normalized business-unit search results from Trustpilot's JSON business-unit search API.
Required params: q:query
/trustpilot/business/{slug}apiKey2 credits/requestReturns a summary Trustpilot business profile parsed from the public business page.
Required params: slug:path
/trustpilot/business/{slug}/relatedapiKey2 credits/requestReturns related company cards from Trustpilot's public business page rails.
Required params: slug:path
/trustpilot/business/{slug}/reviewsapiKey3 credits/requestReturns paginated Trustpilot business reviews parsed from the public review page.
Required params: slug:path
/trustpilot/categoriesapiKey2 credits/requestReturns the Trustpilot public category index grouped by top-level category.
Required params: None
/trustpilot/categories/searchapiKey3 credits/requestReturns normalized category search results from Trustpilot's JSON category search API.
Required params: q:query
/trustpilot/category/{slug}apiKey2 credits/requestReturns category metadata, company cards, and side rails from Trustpilot's public category page.
Required params: slug:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Search Trustpilot business units | /trustpilot/business-units/search | GET | 3 credits/request | q:query | View docs | Try endpoint |
| Get Trustpilot business profile | /trustpilot/business/{slug} | GET | 2 credits/request | slug:path | View docs | Try endpoint |
| Get Trustpilot related businesses | /trustpilot/business/{slug}/related | GET | 2 credits/request | slug:path | View docs | Try endpoint |
| Get Trustpilot business reviews | /trustpilot/business/{slug}/reviews | GET | 3 credits/request | slug:path | View docs | Try endpoint |
| Get Trustpilot categories | /trustpilot/categories | GET | 2 credits/request | None | View docs | Try endpoint |
| Search Trustpilot categories | /trustpilot/categories/search | GET | 3 credits/request | q:query | View docs | Try endpoint |
| Get Trustpilot category detail | /trustpilot/category/{slug} | GET | 2 credits/request | slug:path | View docs | Try endpoint |