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 business units API Playground
Returns normalized business-unit search results from Trustpilot's JSON business-unit search API.
GETapiKey3 credits/requesttrustpilot.businessSearchResponseDocTrustpilot
Endpoint details
Returns normalized business-unit search results from Trustpilot's JSON business-unit search API.
- Method
- GET
- Path
- /trustpilot/business-units/search
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- Trustpilot
- Parameters
- 5 documented fields
Request parameters
q:querycountry:querypage:querypage_size:queryx-api-key:header
Response schema fields
codedatadata.countrydata.itemsdata.items[].addressdata.items[].address.approximate_areadata.items[].address.approximate_area.north_westdata.items[].address.approximate_area.north_west.latdata.items[].address.approximate_area.north_west.londata.items[].address.approximate_area.south_eastdata.items[].address.approximate_area.south_east.latdata.items[].address.approximate_area.south_east.lon
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"query": "openai",
"country": "US",
"page": 1,
"page_size": 5,
"items": []
}
}cURL example
curl "https://api.crawlora.net/api/v1/trustpilot/business-units/search?q=<q>" \
-H "x-api-key: <api-key>"