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
Get Trustpilot related businesses API Playground
Returns related company cards from Trustpilot's public business page rails.
GETapiKey2 credits/requesttrustpilot.businessRelatedResponseDocTrustpilot
Endpoint details
Returns related company cards from Trustpilot's public business page rails.
- Method
- GET
- Path
- /trustpilot/business/{slug}/related
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- Trustpilot
- Parameters
- 2 documented fields
Request parameters
slug:pathx-api-key:header
Response schema fields
codedatadata.businessdata.business.claimeddata.business.namedata.business.ratingdata.business.review_countdata.business.slugdata.business.trust_scoredata.business.trustpilot_urldata.business.website_urldata.items
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"business": {
"slug": "openai.com",
"name": "OpenAI"
},
"items": []
}
}cURL example
curl "https://api.crawlora.net/api/v1/trustpilot/business/<slug>/related" \
-H "x-api-key: <api-key>"