Discover/wayfair.com API
live

wayfair.com APIwayfair.com

Search Wayfair products, retrieve details by SKU or URL, browse daily deals, explore categories, and filter by price and physical dimensions.

Endpoints
5
Updated
3mo ago
Try it
Page number for pagination.
Search keyword (e.g. 'sofa', 'desk', 'bookshelf')
api.parse.bot/scraper/881e95f6-2127-4669-83b7-fca30162d85e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/881e95f6-2127-4669-83b7-fca30162d85e/search_products?query=sofa' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for products by keyword on Wayfair with optional pagination. Returns a list of product summaries including SKU, price, rating, and image URL.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch keyword (e.g. 'sofa', 'desk', 'bookshelf')
Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of products returned on the page",
    "products": "array of product summary objects with name, sku, url, price, rating, review_count, image_url"
  },
  "sample": {
    "data": {
      "count": 60,
      "products": [
        {
          "sku": "W009142327",
          "url": "https://www.wayfair.com/furniture/pdp/wade-logan-azriah-charles-of-london-sofa-w009142327.html?piid=820748985",
          "name": null,
          "price": "$349.99",
          "rating": "4.5",
          "image_url": "https://assets.wfcdn.com/im/41702288/resize-h400-w400%5Ecompr-r85/4306/430660677/Azriah+Upholstered+80.31%27%27+Sofa.jpg",
          "review_count": "1329"
        }
      ]
    },
    "status": "success"
  }
}

About the wayfair.com API

The Wayfair API covers 5 endpoints for querying Wayfair's furniture and home goods catalog. Use search_products to find items by keyword with pagination, get_product_details to retrieve brand, pricing, images, ratings, and specs for a specific SKU or URL, and filter_products_by_dimensions to narrow results by width, height, depth, and price. Response objects include fields such as original_price, review_count, specifications, and currency.

Search and Product Details

The search_products endpoint accepts a query string and an optional page integer for pagination. Each item in the returned products array includes name, sku, url, price, rating, review_count, and image_url. To drill into a specific listing, pass either a sku (e.g. W009142327) or a full url to get_product_details, which returns a richer object: brand, images (array), description, original_price (null when no discount is active), and currency (always USD).

Daily Deals and Category Navigation

get_daily_deals requires no inputs and returns a deals array, each entry carrying name, url, and image_url for current Wayfair sale events. get_categories similarly takes no inputs and returns a categories array of objects with name and url, reflecting Wayfair's homepage navigation structure. These two endpoints are useful for surfacing promotional windows or building a category browser without a search query.

Dimension and Price Filtering

filter_products_by_dimensions runs a keyword search via query, then checks the detail pages of the first 10 results against the supplied depth_max, width_max, height_max, and price_max values (all in inches and USD respectively). Only products whose specifications satisfy every provided maximum are included in filtered_products. This is especially useful for space-constrained purchasing workflows such as fitting furniture into a room with known measurements.

Common use cases
  • Build a furniture size-checker that rejects items exceeding a room's width, depth, and height limits using filter_products_by_dimensions.
  • Track price drops on specific SKUs by comparing price against original_price in get_product_details responses.
  • Aggregate current Wayfair promotions into a deals digest using get_daily_deals name and URL fields.
  • Power a product search widget that displays thumbnail, rating, and review count from the search_products products array.
  • Generate a navigable category index from get_categories for a home-goods comparison site.
  • Monitor rating and review_count trends for specific products over time using get_product_details with a fixed SKU.
  • Match competitor furniture dimensions by querying multiple keywords and filtering results to a target size range.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Wayfair have an official public developer API?+
Wayfair does offer a supplier/partner API (the Wayfair Partner Home API) for approved sellers managing inventory and orders, but there is no public product-catalog API available to general developers. This Parse API fills that gap for read-only catalog access.
What does `get_product_details` return that `search_products` does not?+
search_products returns summary fields: name, sku, url, price, rating, review_count, and image_url. get_product_details adds brand, an images array (multiple angles), description, specifications, original_price (null when no sale is active), and currency. Specifications are needed for the dimension-filtering endpoint to function.
How does pagination work for product search results?+
Pass an integer page to search_products alongside your query. The response includes a count field showing how many products were returned on that page. There is no total_pages or total_results field in the response, so you increment page until count drops below the per-page maximum to detect the last page.
Does the API return customer review text or only aggregate ratings?+
Currently the API returns only aggregate data: rating (star score out of 5) and review_count (number of reviews). Individual review text, reviewer names, and review dates are not exposed by any endpoint. You can fork this API on Parse and revise it to add a review-listing endpoint if per-review text is required.
Does `filter_products_by_dimensions` check all results from a search, or only a subset?+
The endpoint checks the detail pages of the first 10 results returned by the keyword search. Products beyond those 10 are not evaluated regardless of query match quality. You can fork this API on Parse and revise it to increase the result window or add multi-page sampling.
Page content last updated . Spec covers 5 endpoints from wayfair.com.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
Wayfair API – Products, Deals & Categories · Parse