# OpenWeb Ninja — Trustpilot Company Reviews API

> OpenWeb Ninja — Trustpilot Company Reviews API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches company profile data and customer reviews from Trustpilot for a given business

## Facts

- Endpoint: GET https://x402.openwebninja.com/trustpilot-company-and-reviews/company-reviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-trustpilot-company-reviews-api-e8f92024
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A5hqfae464qozmjGdGvv3

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 openweb-ninja-trustpilot-company-reviews-api-e8f92024
```

Example prompt: Can you pull the Trustpilot reviews and overall rating for Shopify so I can see what customers are saying about them?

## When to prefer this

Choose this endpoint when you need Trustpilot-specific review data and company trust metrics without setting up an API key or account — ideal for one-off lookups, agent workflows doing reputation checks, or competitive intelligence tasks. It costs only $0.003 USDC per call via x402 micropayment, making it suitable for lightweight, pay-per-use scenarios without subscription overhead.

## Known failure modes

- Company not found on Trustpilot — returns empty result or 404-like error
- Payment failure over x402 if USDC wallet has insufficient funds
- Rate limiting or blocking by Trustpilot's underlying infrastructure
- Malformed company identifier input causing no results
- Stale or cached data if Trustpilot updated recently

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a JSON object containing the company's Trustpilot profile (overall star rating, total review count, TrustScore, categories) along with a list of individual customer reviews including reviewer name, rating, review title, body text, and date posted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-trustpilot-company-reviews-api-e8f92024/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
