Amazon ZIP Code Targeting

Please be aware that our current support is limited to US ZIP Codes exclusively

Target specific ZIP codes to scrape product listings, offers, search queries, and more from regions of interest, providing valuable insights for market research, competitor analysis, and pricing optimization. When you need to focus solely on a particular ZIP code, incorporate the zip parameter into your requests.

Here are some example ZIP codes that we support:

ZIP Code

33837

62864

92223

92392

Davenport, FL

Mount Vernon, VA

Beaumont, TX

Victorville, CA

For example, set zip=92223to retrieve information tailored to the Beaumont, TX area within the response:

  • API REQUEST

curl "https://api.scraperapi.com/?
api_key=APIKEY&zip=92223&url=https://www.amazon.com/Ninja-Kitchen-BL770-Processor-Smoothies/dp/B00939I7EK"
  • PROXY MODE

curl -x "http://scraperapi.zip=92223:APIKEY@proxy-
server.scraperapi.com:8001" -k "https://www.amazon.com/Ninja-Kitchen-BL770-Processor-Smoothies/dp/B00939I7EK"
  • SDE METHOD

curl "https://api.scraperapi.com/structured/amazon/offers?
api_key=APIKEY&asin=B00939I7EK&zip=92223"
  • ASYNC SDE METHOD

Coming soon

We encourage you to explore the ZIP code targeting feature to see how it can enhance your data collection. Try various ZIP codes to get a feel for how the targeted information changes and tailor your requests to suit your needs. If certain ZIP codes are not working or accepted during your testing, please contact our support team to enable them for you.

Last updated