# Wayfair Product Search API (x402.openwebninja.com)

> Wayfair Product Search API (x402.openwebninja.com) 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).

Search Wayfair's product catalog in real-time and retrieve paginated product listings with pricing, availability, ratings, and shipping details.

## Facts

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

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 wayfair-product-search-api-x402-openwebninja-com-f766c512
```

Example prompt: Search Wayfair for gray sectional sofas under $1500, sorted by customer rating, show me in-stock items only on the US site — give me the first page of 48 results.

## When to prefer this

Use this endpoint when you need real-time Wayfair product search results including live pricing, stock status, and shipping estimates — especially when you need to filter by price range, color, in-stock availability, or sort by customer rating across multiple Wayfair regional domains (US, CA, UK, IE, DE).

## Known failure modes

- Empty results if query matches no products or category_id is invalid
- Payment failure (402) if USDC balance is insufficient
- Invalid enum value for sort_by or domain returns validation error
- Wayfair rate limiting or scraping blocks causing upstream failure
- Malformed page or items_per_page values outside allowed enum causing schema rejection

## 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

A paginated list of Wayfair products matching the search criteria, each including SKU, name, brand, current price, currency, star rating, review count, in-stock status, image URL, free shipping eligibility, shipping and delivery text, color option count, and promo text, plus metadata like total results, total pages, and available sort options.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wayfair-product-search-api-x402-openwebninja-com-f766c512/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)
