# AnyAPI Trustpilot Reviews Scraper

> AnyAPI Trustpilot Reviews Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.01625/call, status unknown (last checked 2026-09-14).

Scrapes and returns reviews from a Trustpilot business page for a given company

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/trustpilot.reviews
- Price: $0.01625/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-trustpilot-reviews-scraper-ab55f0e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NBWCz6B7OkFMyQgpeSYH_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-trustpilot-reviews-scraper-ab55f0e4 -d '<json body>'
```

Example prompt: Can you pull all the recent Trustpilot reviews for Shopify, including the star ratings, reviewer names, and review text, so I can analyze what customers are saying?

## When to prefer this

Use this endpoint when you need structured Trustpilot review data without managing your own scraping infrastructure or a separate Trustpilot API subscription. Ideal for one-off lookups, competitive research, reputation monitoring, or feeding review data into sentiment analysis pipelines. Prefer this over building custom scrapers when cost-per-call economics ($0.06) are acceptable and you want a single API key for multiple data sources.

## Known failure modes

- Business not found on Trustpilot — returns error or empty result
- Invalid or malformed company identifier — returns 4xx error
- Trustpilot page structure changed, causing scrape failure
- Rate limiting or blocking by Trustpilot — returns timeout or empty response
- Insufficient USDC balance to complete the $0.06 per-call payment

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON payload containing Trustpilot reviews for the specified business, including individual review texts, star ratings, reviewer names, review dates, and aggregate rating information such as overall score and total review count.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-trustpilot-reviews-scraper-ab55f0e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
