PARAMETER | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
sku required | string | The Walmart item ID (numeric, 8 to 20 characters). Example: 5074872077 . | |
url | string | The full Walmart product URL. 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 |
{sku}
with the actual product ID.How can I change the country for product retrieval?
us
, ca
, es
). The default is us for the United States. You can modify this in your API request by setting the country parameter (e.g., country=es
for Spain).Can I use the Walmart Product Scraper API for commercial purposes?