ScrapeIN API supports retrieving data from Amazon for various Customer Locations.
The Customer Location determines the location that ScrapeIN uses when retrieving pages from Amazon.
You can specify the Customer Location using the customer_location
request parameter. This is helpful when you want to see how a product appears on amazon.com from a different country. It can also be used to analyze cross-border shipping data and identify opportunities.
If no value is provided for the customer_location
parameter, Amazon Product Data API will default to the country corresponding to the requested Amazon page. For example, if you request a page from amazon.de
, ScrapeIN will automatically use "Germany" as the Customer Location.
The table below shows the valid combinations of customer location values and corresponding Amazon domains.
Amazon Domain | Customer Location | Value | Request Parameter Example |
---|---|---|---|
amazon.com | Canada | ca | customer_location=ca |
amazon.com | Mexico | mx | customer_location=mx |
amazon.com | United Arab Emirates | ae | customer_location=ae |
amazon.com | United Kingdom | gb | customer_location=gb |
amazon.com | Colombia | co | customer_location=co |
amazon.com | Japan | jp | customer_location=jp |
amazon.com | Belgium | be | customer_location=be |
amazon.com | Israel | il | customer_location=il |
amazon.com | Germany | de | customer_location=de |
amazon.com | France | fr | customer_location=fr |
amazon.com | Turkey | tr | customer_location=tr |
amazon.ca | United States | us | customer_location=us |
amazon.com.au | New Zealand | nz | customer_location=nz |
amazon.co.uk | Ireland | ie | customer_location=ie |
amazon.co.uk | France | fr | customer_location=fr |
amazon.co.uk | Germany | de | customer_location=de |
amazon.co.uk | Canada | ca | customer_location=ca |
amazon.co.uk | United Arab Emirates | ae | customer_location=ae |
amazon.co.uk | Saudi Arabia | sa | customer_location=sa |
amazon.co.uk | United States | us | customer_location=us |
amazon.fr | Germany | de | customer_location=de |
amazon.fr | Canada | ca | customer_location=ca |
amazon.fr | Netherlands | nl | customer_location=nl |
amazon.fr | Belgium | be | customer_location=be |
amazon.fr | United Kingdom | gb | customer_location=gb |
amazon.fr | United States | us | customer_location=us |
amazon.es | Portugal | pt | customer_location=pt |
amazon.es | Canada | ca | customer_location=ca |
amazon.es | United Arab Emirates | ae | customer_location=ae |
amazon.es | Saudi Arabia | sa | customer_location=sa |
amazon.es | Netherlands | nl | customer_location=nl |
amazon.es | Belgium | be | customer_location=be |
amazon.es | France | fr | customer_location=fr |
amazon.es | United Kingdom | gb | customer_location=gb |
amazon.es | United Kingdom | us | customer_location=us |
amazon.it | Switzerland | ch | customer_location=ch |
amazon.it | Netherlands | nl | customer_location=nl |
amazon.it | Belgium | be | customer_location=be |
amazon.it | France | fr | customer_location=fr |
amazon.it | United Kingdom | gb | customer_location=gb |
amazon.it | United States | us | customer_location=us |
amazon.nl | Switzerland | ch | customer_location=ch |
amazon.nl | Belgium | be | customer_location=be |
amazon.co.jp | Canada | ca | customer_location=ca |
amazon.co.jp | United States | us | customer_location=us |
If you need to use a different Amazon domain or customer location, please reach out to our support team.