Wayfair Scraper avatar

Wayfair Scraper

Try for free

2 hours trial then $20.00/month - No credit card required now

Go to Store
Wayfair Scraper

Wayfair Scraper

mscraper/wayfair-scraper
Try for free

2 hours trial then $20.00/month - No credit card required now

The Wayfair Scraper is a powerful tool built to scrape detailed product data from Wayfair. It can retrieve important product data such as product name, sku, manufacturer, rating, reviews, price, and more.

Developer
Maintained by Community

Actor Metrics

  • 10 monthly users

  • No reviews yet

  • 3 bookmarks

  • >99% runs succeeded

  • Created in Jun 2023

  • Modified 2 months ago

Categories

You can access the Wayfair Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://www.wayfair.com/furniture/sb0/kitchen-dining-tables-c46129.html"
5    },
6    {
7      "url": "https://www.wayfair.com/bed-bath/pdp/ebern-designs-wynton-microfiber-reversible-3-piece-comforter-set-w002610239.html"
8    }
9  ],
10  "proxy": {
11    "useApifyProxy": true,
12    "apifyProxyCountry": "US"
13  },
14  "resultsLimit": 50
15}' |
16apify call mscraper/wayfair-scraper --silent --output-dataset

Wayfair Scraper API through CLI

The Apify CLI is the official tool that allows you to use Wayfair Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: