Amazon Search Scraper

This API can be used for scraping any search result from Amazon. You just need to pass the search query.

You have to send a GET request to https://api.scrapingdog.com/amazon/search with the below given parameters.

Parameters

Parameter
Description

api_key required

Your personal API key. Available on your dashboard Type: String

domain required

This is the TLD extension of the Amazon page. Example - in, com, tr, etc Type: String

query required

This is the search query string. Type: String

page required

This is the page number. Type: String

country required

For targetting a particular country. This should be the ISO code of a country.

5 credits will be charged for each successful request with this parameter. 1 credit will be charged if the target country is the USA.

Default value is us. Type: String

postal_code

To get data from a particular postal code. Type: String

language

The language parameter in your Amazon Product API should be defined using standard ISO 639-1 codes (e.g., en for English, de for German, fr for French) to specify the language in which the product data (like titles and descriptions) should be returned. This helps tailor results according to regional Amazon domains, such as amazon.de for German (de) or amazon.fr for French (fr). Use this parameter to map the request to the appropriate Amazon locale and return content in the desired language. Type: String

premium

This parameter uses premium proxies to scrape Amazon, increasing the chances of retrieving sponsored results. Set it to true to enable it.

Note: The credit cost increases to 30.

The default value is false. Type: String

TLD Supported

Domain
Amazon Url

com

amazon.com

co.uk

amazon.co.uk

ca

amazon.ca

de

amazon.de

es

amazon.es

fr

amazon.fr

it

amazon.it

co.jp

amazon.co.jp

in

amazon.in

cn

amazon.cn

com.sg

amazon.com.sg

com.mx

amazon.com.mx

ae

amazon.ae

com.br

amazon.com.br

nl

amazon.com.nl

com.au

amazon.com.au

com.tr

amazon.com.tr

sa

amazon.sa

se

amazon.se

pl

amazon.pl

Country

Country Code
Country

us

United States

gb

United Kingdom

ca

Canada

de

Germany

es

Spain

fr

France

it

Italy

jp

Japan

in

India

cn

China

sg

Singapore

mx

Mexico

br

Brazil

nl

Netherlands

au

Australia

tr

Turkey

pl

Poland

API Example

Response

Last updated