# stableproduct.dev Wirecutter Review Lookup

> stableproduct.dev Wirecutter Review Lookup 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).

Fetch a single persisted Wirecutter product review by ID, URL, or slug, including extracted product recommendations and offers.

## Facts

- Endpoint: GET https://stableproduct.dev/api/wirecutter/review
- 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/stableproduct-dev-b1928551
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_si_LIxZJGVH4dah2Xe1vO

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 stableproduct-dev-b1928551
```

Example prompt: Pull up the Wirecutter review for the best noise-canceling headphones — use the slug 'best-noise-canceling-headphones' and include inactive offers so I can see all the deals they've listed.

## When to prefer this

Use this endpoint when you already know the specific Wirecutter review identifier (id, canonical URL, or slug) and need the full structured review with recommendations and offers. Prefer this over a search endpoint when you have a direct reference to a review rather than a keyword query. Ideal for enriching product research workflows, surfacing Wirecutter picks for a known category, or checking current and historical offers on a specific review.

## Known failure modes

- Review not found by provided id/url/slug — returns 404 or empty result
- Payment not included or insufficient — returns 402 Payment Required
- Invalid slug format (exceeds 200 chars or empty) — returns 400 validation error
- Invalid URL format — returns 400 schema validation error
- None of id, url, or slug provided — ambiguous lookup may fail
- Stale or removed Wirecutter review — data may be outdated or missing

## How this service works

Read one persisted Wirecutter review, including extracted recommendations and offers, by id, url, or slug.

## Output

Returns a structured object containing the full persisted Wirecutter review, including extracted product picks/recommendations (e.g. best overall, best budget), and associated offers/deals with pricing and availability. Inactive offers are included if requested.

## 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/stableproduct-dev-b1928551/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)
