# OpenWeb Ninja — Wayfair Real-Time Product Details

> OpenWeb Ninja — Wayfair Real-Time Product Details 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 product details for a specific Wayfair listing, including price, description, images, and availability.

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-wayfair-data/product-details
- 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-real-time-product-details-03cd654e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CqI9GJbsYbOEeeeg6EuS_

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-real-time-product-details-03cd654e
```

Example prompt: Can you pull up the full product details for this Wayfair listing — price, description, specs, and images — so I can compare it with other options I'm looking at?

## When to prefer this

Use this endpoint when you need real-time, structured product data from Wayfair specifically — including live pricing, availability, and specs — without managing web scraping infrastructure. Prefer this over generic scrapers when you need Wayfair-specific data fields and want a pay-per-call model with no API key or subscription required.

## Known failure modes

- Invalid or non-existent Wayfair product URL/ID returns an error or empty result
- Product has been removed from Wayfair and is no longer available
- Rate limiting or blocking by Wayfair's anti-scraping mechanisms may return partial or no data
- Payment failure via x402 prevents the call from completing
- Response schema may be sparse if Wayfair's page structure has changed

## 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 details, typically including product title, current price, description, specifications, available images, stock/availability status, and possibly ratings or review summary for the requested listing.

## 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-real-time-product-details-03cd654e/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)
