# Trustpilot Category Recently Reviewed Companies

> Trustpilot Category Recently Reviewed Companies 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).

Returns a list of recently reviewed companies on Trustpilot within a specified category, along with category metadata.

## Facts

- Endpoint: GET https://x402.openwebninja.com/trustpilot-company-and-reviews/category-recently-reviewed-companies
- 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-recently-reviewed-companies-bff85de2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A6Yu26NXAXxS6E36BK3MC

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-recently-reviewed-companies-bff85de2
```

Example prompt: Show me the recently reviewed companies on Trustpilot in the 'electronics' category — I need their names, domains, ratings, and trust scores in English (en-US). The category ID is 'electronics'.

## When to prefer this

Use this endpoint when you need to discover or compare companies within a specific Trustpilot category that have been recently reviewed, especially when trust scores and ratings are needed for market research, competitive analysis, or consumer guidance. Prefer this over generic web search when structured, up-to-date Trustpilot data with ratings and trust scores is required.

## Known failure modes

- Missing or invalid category_id returns an error or empty result
- Unsupported locale value returns a validation error
- Category with no recent reviews returns an empty companies array
- Network timeout or service unavailability returns a 5xx error
- Payment not processed (x402) results in access denial

## 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 category metadata (id, name, level, parent_id, company_count) and an array of recently reviewed companies with each company's name, domain, average rating, trust score, review count, and company ID, along with the locale and category_id used for the request.

## 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-recently-reviewed-companies-bff85de2/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)
