
wayfair scraper
Deprecated
Pricing
$10.00 / 1,000 results

wayfair scraper
Deprecated
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
0.0 (0)
Pricing
$10.00 / 1,000 results
0
Total users
4
Monthly users
4
Last modified
6 months ago
Wayfair Scraper Actor
This Apify actor is designed to scrape product information from Wayfair by inputting product URLs. The actor performs the following actions:
- Takes a list of URLs from Wayfair product pages as input.
- Requests a snapshot from an internal scraper API.
- If the snapshot is successful, fetches the results for the product pages.
- Returns the scraped product data, including product details, images, price, reviews, and variations.
Input
The actor expects a JSON array of URLs that point to specific Wayfair product pages. Here is an example input:
[ "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","https://www.wayfair.com/lighting/pdp/bayou-breeze-lafollette-25-outdoor-25-bulb-globe-string-light-end-to-end-connectable-w004268297.html"]
Input Schema
URLs: An array of objects. Each object should contain a single url key, which is the link to the Wayfair product page to scrape.
Output
The output is a JSON object containing a list of responses for each URL provided. Below is an example output:
{"ACK": "Success","response": [{"input": {"url": "https://www.wayfair.com/lighting/pdp/bayou-breeze-lafollette-25-outdoor-25-bulb-globe-string-light-end-to-end-connectable-w004268297.html"},"warning": "The product page does not exist - redirect","warning_code": "dead_page"},{"input": {"url": "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"},"url": "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","product_id": "w004666617","title": "Harper 4 in 1 Convertible Baby Crib, Greenguard Gold Certified","rating": 4.6,"reviews_count": 706,"initial_price": "$132.07","final_price": "$132.07","currency": "USD","shipping": "FREE Delivery","breadcrumbs": [{"name": "Baby & Kids","url": "https://www.wayfair.com/baby-kids/cat/baby-kids-c45226.html"},{"name": "Nursery Furniture","url": "https://www.wayfair.com/baby-kids/cat/nursery-furniture-c90450.html"},{"name": "Cribs","url": "https://www.wayfair.com/baby-kids/sb0/cribs-c1838963.html"}],"images": ["https://assets.wfcdn.com/im/05919897/resize-h800-w800%5Ecompr-r85/1198/119882768/Harper+4+in+1+Convertible+Baby+Crib%2C+Greenguard+Gold+Certified%2C+Snow+White.jpg","https://assets.wfcdn.com/im/77540044/resize-h800-w800%5Ecompr-r85/1198/119882774/Harper+4+in+1+Convertible+Baby+Crib%2C+Greenguard+Gold+Certified%2C+Snow+White.jpg"],"product_details": [{"detail_name": "Crib Size / Shape","detail_value": "Standard"},{"detail_name": "Material","detail_value": "Manufactured Wood, Solid Wood"}],"variations": [{"variation_value": "Cloud Gray","price": 138.08,"currency": "USD","url": "https://www.wayfair.com/baby-kids/pdp/oxfordbaby-harper-4-in-1-convertible-baby-crib-greenguard-gold-certified-w004666617.html?piid=386556048"}]}]}
Explanation of Output
ACK: Status of the request. "Success" means the scraping process has successfully completed for all URLs. response: A list of scraped product data for each input URL. If the product is not found or there is a redirect, a warning is included. For valid products, detailed product information is returned, including: product_id, title, price, shipping, and images. breadcrumbs: Product category hierarchy. product_details: Specific details about the product (e.g., material, dimensions). variations: Different variations of the product (e.g., color, size, price). reviews: Most relevant product reviews.
How to Use
Run the Actor: Once the actor is deployed, input a list of URLs for Wayfair product pages. Wait for Snapshot Response: The actor will first request a snapshot from the internal scraper API. Get Scraped Data: After the snapshot is successful, it will fetch the actual data and return it to you in the specified output format.
On this page
Share Actor: