# StableProducts Wirecutter Review Extractor

> StableProducts Wirecutter Review Extractor 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).

Extracts structured product recommendation data from a Wirecutter review page URL

## Facts

- Endpoint: POST https://stableproduct.dev/api/wirecutter/extract
- 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-review-extractor-87104acf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x22XMbYfriSd-M-G-L181

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-review-extractor-87104acf -d '<json body>'
```

Example prompt: Can you extract all the product recommendations and picks from this Wirecutter review page? https://www.nytimes.com/wirecutter/reviews/best-robot-vacuum/

## When to prefer this

Choose this endpoint when you have a specific Wirecutter review URL and need structured product recommendation data extracted from it. Prefer this over the Wirecutter database search endpoint when you already know the exact review page URL and want fresh, page-level extraction rather than querying a persisted database.

## Known failure modes

- Invalid or non-Wirecutter URL returns an error or empty result
- Paywalled or login-required Wirecutter pages may fail to extract content
- URL that resolves to a non-review Wirecutter page (e.g. homepage) may return no picks
- Network timeout if the Wirecutter page is slow to respond
- Malformed URL input causes validation error

## How this service works

Product catalog APIs powered by x402.

## Output

Structured data extracted from the given Wirecutter review page, including product names, pick labels (e.g. 'top pick', 'budget pick'), review context, and any associated product metadata present on the page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableproducts-wirecutter-review-extractor-87104acf/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)
