# OpenWeb Ninja — Trustpilot Company Details API

> OpenWeb Ninja — Trustpilot Company Details 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 and review data from Trustpilot for a given business, payable per-call via x402 (USDC, no API key needed).

## Facts

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

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-details-api-72decbdc
```

Example prompt: Can you pull the Trustpilot company details and review summary for Shopify — I want to see their trust score, total review count, and star rating?

## When to prefer this

Use this endpoint when you need Trustpilot-specific company profile data (trust score, review count, star rating) without setting up an account or API key, and are willing to pay $0.003 USDC per call via x402. Ideal for ad-hoc vendor vetting, competitive research, or enriching CRM/procurement records with reputation signals. Prefer over manual scraping or Trustpilot's official API when you need zero-setup, per-call billing.

## Known failure modes

- Company not found on Trustpilot — returns empty or error response
- Invalid or misspelled company identifier — no results returned
- Payment failure via x402 — request rejected before reaching Trustpilot
- Rate limiting or anti-scraping measures from Trustpilot — stale or failed response
- Ambiguous company name matching multiple Trustpilot listings — may return wrong entity

## 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 structured JSON with the company's Trustpilot profile including trust score, star rating, total number of reviews, company description, category, and other profile metadata scraped from Trustpilot.

## 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-details-api-72decbdc/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)
