Wayfair Scraper avatar

Wayfair Scraper

Pricing

Pay per usage

Go to Apify Store
Wayfair Scraper

Wayfair Scraper

Scrape Wayfair product data including prices, ratings, reviews, dimensions, and shipping info. Monitor furniture and home goods pricing, track trends, and build comparison tools.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

fatih dağüstü

fatih dağüstü

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Wayfair Scraper - Products, Prices & Reviews

Extract product listings, prices, reviews, and full specifications from Wayfair.com. Supports keyword search, category pages, and direct product URLs.

Features

  • Keyword Search — Search any query (e.g. "standing desk", "king bed frame")
  • Category Pages — Scrape entire Wayfair category URLs
  • Direct Product URLs — Scrape specific product pages
  • Full Product Data — Name, price, original price, discount %, rating, review count, brand, SKU, images, description, dimensions, material, color, weight, features, full specifications
  • Reviews — Optional extraction of customer reviews (rating, title, text, author, date, verified status)
  • Pagination — Automatically follows pages to reach your maxResults target
  • Pay-Per-Result — Only pay for the data you extract

Input

FieldTypeDescription
searchQuerystringSearch keyword (e.g. "sofa")
categoryUrlstringFull URL of a Wayfair category page
productUrlsarrayList of direct product page URLs
maxResultsintegerMax number of products to extract (default: 50)
includeReviewsbooleanExtract customer reviews (default: false)

Output

Each item in the dataset contains:

{
"url": "https://www.wayfair.com/pdp/...",
"name": "Costway 48'' Standing Desk",
"price": 149.99,
"originalPrice": 199.99,
"discount": 25,
"rating": 4.5,
"reviewCount": 1284,
"brand": "Costway",
"sku": "COSP1234",
"imageUrl": "https://...",
"images": ["https://..."],
"description": "...",
"dimensions": "48''W x 24''D x 29-48''H",
"material": "Engineered Wood",
"color": "Black",
"weight": "45 lbs",
"features": ["Height adjustable", "Cable management"],
"specifications": { "Assembly Required": "Yes", ... },
"reviews": [
{
"rating": 5,
"title": "Great desk!",
"text": "Easy to assemble and very sturdy.",
"author": "Jane D.",
"date": "2024-11-15",
"verified": true
}
],
"scrapedAt": "2026-03-04T12:00:00.000Z"
}

Use Cases

  • Price monitoring and competitor analysis
  • Product catalog building
  • Market research and trend analysis
  • Lead generation for home goods brands
  • Affiliate marketing content creation