Walmart
Walmart geo parameter
For Walmart, you can choose from these geo parameter values:
- Using a zip code, for example: 99950
curl -u SPusername:SPpassword -X POST --url https://scraper-api.smartproxy.com/v2/scrape -H "Content-Type: application/json" -d "{\"target\": \"ecommerce\", \"url\": \"https://www.walmart.com/ip/Crocs-Unisex-Baya-Glitter-Clog-Sandals/5144555808", \"geo\": \"99950\"}"
- Using a full country name for example: Italy
curl -u SPusername:SPpassword -X POST --url https://scraper-api.smartproxy.com/v2/scrape -H "Content-Type: application/json" -d "{\"target\": \"ecommerce\", \"url\": \"https://https://www.walmart.com/ip/Crocs-Unisex-Baya-Glitter-Clog-Sandals/5144555808", \"geo\": \"Italy\"}"
Updated 1 day ago