# Trustpilot Category Search

> Trustpilot Category 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 category or keyword query, returning matching company listings

## Facts

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

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 trustpilot-category-search-4d3d5b15
```

Example prompt: Search Trustpilot for companies in the 'software' category and show me the list of matching businesses, using en-US locale.

## When to prefer this

Use this endpoint when you need to discover or enumerate companies listed under a specific category or keyword on Trustpilot, especially as a first step before fetching individual company reviews. Prefer this over a direct company lookup when you don't know the exact Trustpilot company ID and need to search by topic or industry.

## Known failure modes

- Missing required 'query' parameter returns validation error
- Invalid locale enum value causes request rejection
- No matching companies found returns empty data array
- Rate limiting or payment failure returns 402 or 429 error
- Trustpilot upstream outage may cause 5xx errors

## 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 an array of company objects each with an id and name, along with the search parameters (query, locale) and a request_id for tracing. The status field indicates whether the request was successful.

## 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/trustpilot-category-search-4d3d5b15/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)
