Walmart Product

Scrape Walmart products in real time with the Walmart API.

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

  • brand

  • categories

  • description_full

  • description_short

  • images

  • physical_properties

  • pickup_extras

  • price

  • rating

  • related_products_also_viewed

  • reviews_summary

  • shipping_extras

  • specification

Walmart Product Parameters

The Walmart Product feature only takes one specific parameter:

Parameter
Type
Description

product_id required

string

The ID of the Walmart product you want to scrape.

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

How to get Walmart Product ID

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

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

Walmart Product Integration Examples

Response Example
Scraping Walmart Product Page

Last updated