Skip to main content
Scrape Amazon search listings

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

keyword
string
required

Search phrase, e.g. 'wireless headphones' or a brand + model.

marketplace
string
default:amazon.com

Regional Amazon site to search. Prices and currency differ per marketplace. One of: amazon.com, amazon.co.uk, amazon.de, amazon.fr, amazon.it, amazon.es, amazon.nl, amazon.se, amazon.pl, amazon.com.be, amazon.com.tr, amazon.ca, amazon.com.mx, amazon.com.br, amazon.co.jp, amazon.in, amazon.ae, amazon.sa, amazon.sg, amazon.com.au.

page
integer
default:1

1-based page number.

Required range: x >= 1
sort
string
default:featured

Result order: featured, price_asc, price_desc, avg_review, newest. Default 'featured'.

min_price
number | null

Lowest price to include, in the marketplace's currency.

Required range: x >= 0
max_price
number | null

Highest price to include, in the marketplace's currency.

Required range: x >= 0
proxy_country
string | null

Exit-IP country (ISO-2). Defaults to the marketplace's home country so prices come back in the expected currency; routed through the Oxylabs ISP + iProyal ISP pool.

Response

JSON with a results array of product cards.