Wayfair Product

Scrape Wayfair products in real time with the Wayfair API.

The Wayfair Product feature returns a JSON object containing data related to the scraped Wayfair product. Among others, you will get an overview of:

  • brand

  • description_full

  • description_short

  • extras

  • images

  • physical_properties

  • rating

  • related_products_also_viewed

  • reviews_summary

  • specification

Wayfair Product Parameters

The Wayfair Product feature only takes one specific parameter:

Parameter
Type
Description

product_id required

string

The ID of the Wayfair product you want to scrape.

Your full GET request should then be sent to the following address:

https://ecom.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&engine=wayfair&type=product&product_id=<PRODUCT_ID>

How to get Wayfair Product ID

Wayfair identifies products by their ID. Our API uses the same identifier to scrape a Wayfair product.

To get the ID of an Wayfair product, first navigate to its page. The ID of a product can be extracted straight from the URL. The structure of an Wayfair product's URL is:

Wayfair Product Integration Examples

Response Example
Scraping Wayfair Product Page

Last updated