E-Commerce Localization
Last updated
Last updated
Our Web Scraper API offers localization options to retrieve e-commerce data customized to specific delivery and store locations. This page explains how to use the geo_location
and store_id
parameters to align results with local availability and preferences.
Parameter | Description |
---|---|
| Specify a location to customize results based on the desired delivery area. |
| Specify a store ID to receive data specific to that store. (Exception: Context parameter is not required for Kroger. See example.) |
Domain | Geo Location | Store ID |
---|---|---|
ZIP code or 2-letter country code | - | |
ZIP code | Supported | |
ZIP code or country | Supported | |
- | Supported |
Using the geo_location
parameter customizes Amazon results based on delivery preferences, as shown in the screenshots below:
For most Amazon domains, you can set geo_location
with either a zip/postal code or a 2-letter country code. Except for a few cases, this approach covers two main localization scenarios:
Use a zip/postal code for locations within the marketplace’s country. Example pairs:
{ "domain": "com", "geo_location": "90210" }
{ "domain": "co.uk", "geo_location": "W105LT" }
Use a 2-letter country code for locations outside the marketplace’s country. Example pairs:
{ "domain": "com", "geo_location": "LT" }
{ "domain": "de", "geo_location": "US" }
Unsupported domains: cn
, com.tr
, com.be
, and nl
do not support custom delivery locations.
Special Cases:
Australia (com.au
): Only accepts Australian postcodes.
UAE (.ae
): Accepts UAE city names as geo_location
, e.g., "geo_location": "Abu Dhabi"
, or 2-letter country codes.
You can also use domain
and locale
parameters when scraping Amazon. Learn more here.
Use the geo_location
parameter to specify Walmart delivery locations based on zip code.
You can also add store_id
in the context
parameter for store-specific data. Find the list of Walmart Store IDs here.
Use the geo_location
parameter to set the delivery location by zip code or country.
You can also add store_id
in the context
parameter for store-specific data. The Store ID must be a 4-digit number. For example, if the Store ID is a 3-digit number, prefix it with one zero (e.g., 618 -> 0618
). Find the list of Home Depot Store IDs here.
Use the store_id
parameter for store-specific data. Find the list of Kroger Store IDs here.
Please note that the contextual parameter is not required to set the store ID with Kroger sources, unlike with other sources.