# OpenWeb Ninja — Trustpilot Company & Consumer Reviews

> OpenWeb Ninja — Trustpilot Company & Consumer Reviews 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 Trustpilot company profile data and consumer reviews for a given business, payable per call via x402 (USDC).

## Facts

- Endpoint: GET https://x402.openwebninja.com/trustpilot-company-and-reviews/consumer-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-consumer-reviews-abb78620
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yj1lRwX8qXfAgeROWp3Yf

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-consumer-reviews-abb78620
```

Example prompt: Pull the Trustpilot company profile and latest consumer reviews for 'monday.com' so I can see their overall rating and what customers are saying.

## When to prefer this

Choose this endpoint when you need Trustpilot-specific review data and company profiles without setting up an account or API key, and are comfortable paying $0.003 USDC per call via x402. Ideal for ad-hoc due diligence, competitive intelligence, or enriching business profiles with trust signals. Prefer this over building a custom scraper or using the official Trustpilot Business API when you need quick, low-friction access payable on-chain.

## Known failure modes

- Company not found on Trustpilot — returns empty or error response
- Invalid company slug or domain — 400 bad request
- Payment failure via x402 — 402 response if USDC balance insufficient
- Rate limiting or Trustpilot blocking — may return partial or no data
- Stale data if Trustpilot page structure has changed

## 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 Trustpilot company profile (overall rating, total review count, trust score, categories) along with a list of consumer 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-consumer-reviews-abb78620/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)
