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 business profile API Playground
Returns a summary Trustpilot business profile parsed from the public business page.
GETapiKey2 credits/requesttrustpilot.businessProfileResponseDocTrustpilot
Endpoint details
Returns a summary Trustpilot business profile parsed from the public business page.
- Method
- GET
- Path
- /trustpilot/business/{slug}
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- Trustpilot
- Parameters
- 2 documented fields
Request parameters
slug:pathx-api-key:header
Response schema fields
codedatadata.aboutdata.about.business_country_codedata.about.contactdata.about.contact.addressdata.about.contact.citydata.about.contact.countrydata.about.contact.emaildata.about.contact.phonedata.about.contact.zip_codedata.about.description_html
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"slug": "openai.com",
"name": "OpenAI",
"trustpilot_url": "https://www.trustpilot.com/review/openai.com",
"review_count": 1200,
"trust_score": 1.4
}
}cURL example
curl "https://api.crawlora.net/api/v1/trustpilot/business/<slug>" \
-H "x-api-key: <api-key>"