wayfair scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative Actorswayfair scraper
This actor is designed to scrape product information from Wayfair by accepting a list of product URLs as input. It uses the provided URLs to fetch detailed information about each product
You can access the wayfair scraper programmatically from your own applications by using the Apify API. You can 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 "URLs": [
3 "https://www.wayfair.com/baby-kids/pdp/oxfordbaby-harper-4-in-1-convertible-baby-crib-greenguard-gold-certified-w004666617.html?piid=386556049&auctionId=f8312e98-1796-4811-a317-061bc1893930?ref=test_actor",
4 "https://www.wayfair.com/lighting/pdp/bayou-breeze-lafollette-25-outdoor-25-bulb-globe-string-light-end-to-end-connectable-w004268297.html?ref=test_actor"
5 ]
6}' |
7apify call sellez/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: