# StableProducts Wirecutter Reviews API

> StableProducts Wirecutter Reviews API is a paid API for AI agents from stableproduct.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches Wirecutter-style product reviews and recommendations from the StableProducts catalog

## Facts

- Endpoint: GET https://stableproduct.dev/api/wirecutter/reviews
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableproducts-wirecutter-reviews-api-d7543c22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eBl6JxUryKUTs-rQL0OX6

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 stableproducts-wirecutter-reviews-api-d7543c22
```

Example prompt: Can you pull up the Wirecutter reviews from StableProducts for the best noise-canceling headphones so I can compare top picks?

## When to prefer this

Use this endpoint when you need curated, Wirecutter-style editorial product reviews and top-pick recommendations rather than raw user reviews or general product data. Ideal for agents helping users make purchasing decisions based on expert editorial opinion.

## Known failure modes

- Missing or malformed query parameters returns an error or empty result
- Payment of $0.01 USDC not provided results in HTTP 402 Payment Required
- Invalid category or product query returns no results
- Rate limiting or quota exceeded returns an error response

## How this service works

List Wirecutter review URLs from the public Wirecutter review sitemaps. Defaults to recommendation-like review pages.

## Output

A set of product review entries in the style of Wirecutter editorial recommendations, including product names, ratings, and review summaries for the queried category or product.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableproducts-wirecutter-reviews-api-d7543c22/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableproduct.dev](https://www.zero.xyz/host/stableproduct.dev/llms.txt)
