# Trustpilot API

Aggregate product ratings and review counts for any Trustpilot business unit, via the public TrustBox widget API.

- Platform ID: `trustpilot`
- Capabilities: 1
- Execute endpoint: `POST https://data.upscrape.com/execute`
- OpenAPI: https://upscrape.com/scrapers/trustpilot/openapi.json

## Capabilities

| Endpoint | Capability ID | Cost | Description |
| --- | --- | --- | --- |
| [Product Rating Get](https://docs.upscrape.com/docs/platforms/trustpilot/trustpilot.product.rating.get) | `trustpilot.product.rating.get` | 1 credit per request | Fetch the aggregate Trustpilot product rating, review count, and GTIN for a business unit's SKU. |

## Common uses

- Catalog and price-comparison teams enriching product records with Trustpilot ratings
- Review-coverage analytics across a retailer's SKU catalog
- Brand and retailer monitoring from public product review data
- GTIN discovery for product matching and deduplication

## Integration contract

All capabilities use the shared `POST /execute` envelope. A `200` response completed inline; a `202` response must be polled through `GET /jobs/{id}`.

See [authentication](https://docs.upscrape.com/docs/api/authentication), [jobs and results](https://docs.upscrape.com/docs/api/jobs), and [errors and retries](https://docs.upscrape.com/docs/api/errors).
