# OpenWeb Ninja Trustpilot Company Search

> OpenWeb Ninja Trustpilot Company Search 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).

Search for companies on Trustpilot by name or keyword and retrieve company profiles and review data

## Facts

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

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-search-63a4256b
```

Example prompt: Can you search Trustpilot for 'Shopify' and tell me their rating, number of reviews, and any key details from their company profile?

## When to prefer this

Use this endpoint when you need to programmatically find a company's Trustpilot profile by name without an API key or account setup. Ideal for one-off lookups, vendor vetting pipelines, or reputation enrichment workflows where per-call micropayment via x402 is acceptable. Prefer this over scraping Trustpilot directly or using the official Trustpilot API when you need simplicity and no OAuth setup.

## Known failure modes

- No matching company found for the search query — returns empty results array
- Ambiguous company name returns multiple unrelated companies requiring disambiguation
- Rate limiting or payment failure causes 402 response before data is returned
- Misspelled company name yields no results or wrong company match

## 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 list of matching Trustpilot company profiles including company name, Trustpilot company ID, star rating, total review count, trust score, and Trustpilot profile URL for each matched business.

## 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-search-63a4256b/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)
