# Real-Time Wayfair Data - Wayfair Products, Pricing & Reviews > Fast, reliable, and extensive Wayfair data API - search products, get product details with pricing and stock, paginated reviews with AI summaries, and more from all Wayfair domains in real-time. ## Overview Real-Time Wayfair Data is a fast, reliable, and extensive API for Wayfair product data across all Wayfair domains in real-time. It returns products, details, and reviews as structured JSON via REST. Who is this API for: developers building price tracking, product research, and home-goods e-commerce intelligence tools. What it returns: product search, product details with pricing and stock, and paginated reviews with AI summaries from Wayfair. Need help integrating? Contact support@openwebninja.com. For high volume / large scale plans, please contact support@openwebninja.com. ## Endpoints ### GET /search - Search Search for Wayfair products by keyword or browse by brand/manufacturer. Parameters: - query (string): Search query (keyword search). Either `query` or `manufacturer_id` is required. **Examples:** `sofa` `standing desk` `outdoor patio furniture` - manufacturer_id (string): Wayfair manufacturer/brand ID for browsing all products by a specific brand. Either `query` or `manufacturer_id` is required. You can find manufacturer IDs in the product URLs on Wayfair (e.g., wayfair.com/brand/bnd/ninja-b**21377**.html). - page (integer, default: `1`): Page number for pagination. **Allowed values:** `1` and above. - items_per_page (string, default: `48`, allowed: 24 | 48 | 96): Number of products to return per page. **Allowed values:** `24`, `48`, `96` - sort_by (string, default: `recommended`, allowed: recommended | customer_rating | price_low_to_high | price_high_to_low): Sort order for the results. - category_id (string): Wayfair category ID to filter results within a specific category. Used with `manufacturer_id` to browse brand products in a category. - min_price (number): Only return products with a price greater than or equal to this value (in USD). - max_price (number): Only return products with a price less than or equal to this value (in USD). - color (string): Filter products by color. **Examples:** `Black`, `White`, `Blue`, `Gray`, `Brown`, `Red`, `Green`, `Beige`, `Gold`, `Silver`, `Multi Colored` - in_stock (boolean, default: `false`): Only return products that are currently in stock. - domain (string, default: `com`): Wayfair domain/country for the search. **Default:** `com` **Allowed values:** `com, ca, co.uk, ie, de` Full URL: `https://api.openwebninja.com/real-time-wayfair-data/search` ### GET /product-details - Product Details Get detailed product information by Wayfair SKU, including name, brand, pricing, images, rating, and description. Parameters: - **sku** (string, required): The Wayfair product SKU. You can find SKUs in the product URL or from the Search endpoint results. **Examples:** `MBYC1330` `W110469263` - domain (string, default: `com`): Wayfair domain/country. **Default:** `com` **Allowed values:** `com, ca, co.uk, ie, de` Full URL: `https://api.openwebninja.com/real-time-wayfair-data/product-details` ### GET /product-reviews - Product Reviews Get paginated product reviews by Wayfair SKU. Parameters: - **sku** (string, required): The Wayfair product SKU. **Examples:** `MBYC1062` `W110469263` - page (integer, default: `1`): Page number for pagination. **Allowed values:** `1` and above. - sort_by (string, default: `relevance`, allowed: relevance | helpful | date_ascending | date_descending | rating_ascending | rating_descending): Sort order for reviews. - star (string, allowed: 1 | 2 | 3 | 4 | 5): Filter reviews by star rating. **Allowed values:** `1`, `2`, `3`, `4`, `5` - domain (string, default: `com`): Wayfair domain/country. **Default:** `com` **Allowed values:** `com, ca, co.uk, ie, de` Full URL: `https://api.openwebninja.com/real-time-wayfair-data/product-reviews` ## Base URL and Authentication - Base URL: `https://api.openwebninja.com/real-time-wayfair-data` - Auth: API key in the `x-api-key` header. Get a key by subscribing (free tier available) at https://app.openwebninja.com/api/realtime-wayfair-data ## Topics wayfair api, wayfair data api, product data api, price tracking api, ecommerce data api, product reviews api, home goods api, furniture data api, product details api ## Links - API page: https://www.openwebninja.com/api/real-time-wayfair-data - Get an API key / subscribe: https://app.openwebninja.com/api/realtime-wayfair-data - Pricing & plans: https://app.openwebninja.com/api/realtime-wayfair-data/pricing - Website: https://www.openwebninja.com - OpenAPI spec: https://openwebninja.s3.us-east-1.amazonaws.com/portal/openapi/realtime_wayfair_data.yaml - Support: support@openwebninja.com _Last updated: 2026-05-27_