PARAMETER | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
sku required | string | The Walmart item ID (numeric, 8 to 20 characters). Example: 5074872077 . | |
url | string | The URL of the Walmart product page from which reviews are to be fetched. Example: https://www.walmart.com/ip/5074872077 . | |
tld | string | .com | Top-level domain (TLD) for the Walmart website. Default is .com . Supported examples: .com , .ca . |
sort | string | The sorting method for reviews. Options: submission-desc , relevancy , helpful , rating-desc , rating-asc . |
{sku}
with the actual product ID.How do I find the Walmart Item ID (sku) for a product?
https://www.walmart.com/ip/123456789
, the SKU is 123456789
. You can use this ID directly in the API request.Which fields can I expect to receive in the response?
Can I use the Walmart Product Scraper API for commercial purposes?