# Trustpilot Newest Companies by Category

> Trustpilot Newest Companies by Category 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 the newest companies listed on Trustpilot within a specified category, along with category metadata and company count

## Facts

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

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-newest-companies-by-category-f6a118ac
```

Example prompt: Show me the newest companies listed on Trustpilot in the category 'restaurants_bars' for the US locale — I want to see which businesses have recently joined and how many companies are in that category.

## When to prefer this

Use this endpoint when you need to discover newly added or recently listed companies within a specific Trustpilot business category. Ideal for market research, competitive landscape monitoring, or finding new entrants in an industry vertical. Prefer this over a general company search when you specifically want to surface the newest additions to a category rather than the highest-rated or most-reviewed companies.

## Known failure modes

- Missing required category_id parameter returns a validation error
- Invalid or unrecognized category_id returns empty results or an error
- Unsupported locale value returns a validation error (only specific locales are accepted)
- Network or upstream Trustpilot API failures may result in timeouts or 5xx errors
- Payment failure via x402 protocol results in 402 Payment Required response

## 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 the newest companies in that category, along with request metadata such as locale, category_id used, and a request_id.

## 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-newest-companies-by-category-f6a118ac/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)
