Wayfair Listings Scraper avatar

Wayfair Listings Scraper

Pricing

from $1.50 / 1,000 products

Go to Apify Store
Wayfair Listings Scraper

Wayfair Listings Scraper

The Wayfair Listings Scraper extracts product cards from any Wayfair category, sub-category, or keyword search URL, capturing name, SKU, prices, discount, rating, reviews, image, variant count, sale flags, and delivery info β€” ideal for price tracking and competitive analysis.

Pricing

from $1.50 / 1,000 products

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

63

Total users

17

Monthly active users

11 days ago

Last modified

Share

πŸ›‹οΈ Wayfair Listings Scraper

Easily extract product listings from Wayfair. The Wayfair Listings Scraper turns any category, sub-category, or keyword search URL into a clean dataset of product cards β€” names, SKUs, prices, ratings, images, badges, and delivery info β€” without spinning up a browser.

✨ Features

  • πŸͺ‘ Comprehensive Product Data: name, SKU, current price, previous price, computed discount %, rating, review count, lead image, variant count, sale flag, speed badge, and estimated arrival.
  • πŸ” Works on Categories & Search: feed it any wayfair.com category URL (e.g. /sb0/sofas-c413892.html) or keyword search URL (/keyword.php?keyword=...).
  • πŸ“‘ Automatic Pagination: follows ?curpage=N to walk every page of a listing until your maxResults cap is reached.
  • πŸ›‘οΈ Reliable: anti-bot protection is handled automatically β€” no proxy setup or configuration required.

πŸ› οΈ How It Works

  1. Enter Listing URLs – Provide one or more Wayfair category, sub-category, or keyword search URLs.
  2. Set a Cap – Choose maxResults per start URL (e.g. 500). The scraper stops paginating once the cap is hit.
  3. Run the Scraper – Start the Actor and receive structured product data in your default dataset.

βš™οΈ Input

Configure the run in the Input tab. The Actor accepts the following fields:

FieldTypeRequiredDefaultDescription
startUrlsarrayβœ…β€”Wayfair category, sub-category, or keyword search URLs. Each entry is an object { "url": "..." }.
maxResultsinteger❌500Maximum number of products extracted per start URL. Use 0 for unlimited (walk every page).

Example input JSON:

{
"startUrls": [
{ "url": "https://www.wayfair.com/furniture/sb0/sofas-c413892.html" },
{ "url": "https://www.wayfair.com/keyword.php?keyword=standing+desk" }
],
"maxResults": 500
}

πŸ“Š Sample Output Data

The scraper provides structured JSON output in the default dataset. Example:

[
{
"sku": "W011378024",
"name": "Shavera Velvet Upholstered Modular Sectional Sofa",
"url": "https://www.wayfair.com/furniture/pdp/...-w011378024.html",
"price": 1080,
"previousPrice": 2014.72,
"currency": "USD",
"discountPercent": 46,
"rating": 4.6,
"reviewCount": 118,
"leadImage": "https://assets.wfcdn.com/im/.../Shavera+Velvet+...jpg",
"variantCountText": "4 Colors",
"flag": "Bundle & Save",
"speedBadge": "FREE Fast Delivery",
"estimatedArrival": "Get it by Thu, May 14",
"isBestValue": false,
"categoryBreadcrumbs": ["Furniture", "Living Room Furniture", "Sofas"],
"sourceUrl": "https://www.wayfair.com/furniture/sb0/sofas-c413892.html",
"scrapedAt": "2026-05-10T13:25:42.117Z"
},
{
"sku": "W110562316",
"name": "Brooklington Upholstered Sofa",
"url": "https://www.wayfair.com/furniture/pdp/...-w110562316.html",
"price": 399.99,
"previousPrice": 699.99,
"currency": "USD",
"discountPercent": 43,
"rating": 4.4,
"reviewCount": 2074,
"leadImage": "https://assets.wfcdn.com/im/.../Brooklington+...jpg",
"variantCountText": "20 Colors",
"flag": "Sale",
"speedBadge": null,
"estimatedArrival": null,
"isBestValue": false,
"categoryBreadcrumbs": ["Furniture", "Living Room Furniture", "Sofas"],
"sourceUrl": "https://www.wayfair.com/furniture/sb0/sofas-c413892.html",
"scrapedAt": "2026-05-10T13:25:42.117Z"
}
]

You can download the dataset in JSON, CSV, Excel, HTML, or RSS via the Apify Console or API.

Optimize your Wayfair price intelligence and product research with Wayfair Listings Scraper today! πŸš€