Walmart Geo

Web Scraping API Walmart Geo Parameter

For Walmart, you can choose from these geo parameter values:

  • Using a zip code, for example: 99950
curl -u username:password -X POST --url https://scraper-api.decodo.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 username:password -X POST --url https://scraper-api.decodo.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\"}"

📘

For a more general view check the Web Scraping API Localisation article here.


Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.


```