Playground

Get Trustpilot business profile API playground

Returns a summary Trustpilot business profile parsed from the public business page.

GETapiKey2 credits/requesttrustpilot.businessProfileResponseDoc

Selected endpoint

GET /trustpilot/business/{slug}

Returns a summary Trustpilot business profile parsed from the public business page.

Group
Trustpilot
Authentication
apiKey
Credit cost
2 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey2 credits/requestbusinessProfileResponseDoc

Get Trustpilot business profile

Returns a summary Trustpilot business profile parsed from the public business page.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "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
  }
}