# OpenWeb Ninja — Wayfair Product Reviews API

> OpenWeb Ninja — Wayfair Product Reviews API 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).

Fetches real-time customer reviews for Wayfair products, payable per call via x402 micropayments with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/wayfair/product-reviews
- 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/openweb-ninja-wayfair-product-reviews-api-7e5262d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4IHYlgYKoxGRuG4F4ad7R

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 openweb-ninja-wayfair-product-reviews-api-7e5262d9
```

Example prompt: Can you pull the customer reviews for this Wayfair product — https://www.wayfair.com/furniture/pdp/item-12345 — so I can see what buyers think about the quality and delivery?

## When to prefer this

Choose this endpoint when you need real-time, structured Wayfair product review data without setting up an API key or account. It's ideal for one-off or low-volume lookups where paying $0.003 per call via x402 micropayments is more convenient than managing a scraping subscription. Prefer alternatives if you need bulk historical reviews or guaranteed SLAs.

## Known failure modes

- Invalid or non-existent Wayfair product ID returns empty results or 404-style error
- Product with no reviews returns empty array
- Wayfair site changes or anti-scrape measures may cause intermittent failures
- Insufficient USDC balance or x402 payment failure blocks the request
- Rate limiting if too many rapid requests are made

## 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 array of customer reviews for the specified Wayfair product, typically including reviewer name, star rating (out of 5), review title, review body text, review date, and verified purchase flag. May also include aggregate rating summary and total review count.

## 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/openweb-ninja-wayfair-product-reviews-api-7e5262d9/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)
