# OpenWeb Ninja — Wayfair Product Details API

> OpenWeb Ninja — Wayfair Product Details 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-14).

Fetches real-time product details for a given Wayfair product, including pricing, description, images, and availability.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/wayfair/product-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-wayfair-product-details-api-9a71cdda
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8oCSCCc13yGMWkWSucQWm

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-details-api-9a71cdda
```

Example prompt: Can you pull up the full product details for this Wayfair sofa — price, description, specs, and availability? Here's the product URL: https://www.wayfair.com/furniture/pdp/example-sofa-sku123.html

## When to prefer this

Choose this endpoint when you need real-time, structured product data directly from Wayfair without scraping manually or maintaining your own scraper. Ideal for price comparison tools, catalog enrichment, stock monitoring, or any agent workflow that needs up-to-date Wayfair product information. No API key or account setup required — pay per call with USDC.

## Known failure modes

- Invalid or non-existent Wayfair product URL returns an error or empty result
- Product page structure changes on Wayfair's side may cause parsing failures
- Payment failure over x402 if USDC balance is insufficient
- Rate limiting or blocking by Wayfair's backend could cause timeouts
- Geo-restricted products may return incomplete or different data

## 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 with real-time Wayfair product data including title, current price, description, images, product specifications, availability/stock status, shipping information, and possibly ratings or review summaries.

## 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-details-api-9a71cdda/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)
