Skip to content
Login Sign up

Amazon

Amazon data comes from a dedicated ecommerce endpoint. One engine (amazon) covers every surface via the type parameter.

https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=<type>&<params>
typeReturnsRequired params
searchSearch result listingsq
productProduct detail pageproduct_id
bestsellersBestsellers for a categorycategory_id
todays-dealsCurrent deals(none)
categoryCategory listingcategory_id
seller_profileSeller info + ratingsseller_id
seller_productsA seller’s product catalogseller_id
seller_feedbackReviews left for a sellerseller_id
ParameterPurpose
domainAmazon marketplace (amazon.com, amazon.co.uk, amazon.de, etc.)
devicedesktop or mobile
pagePage number for paginated types
Terminal window
curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=search&q=memory+card"
Terminal window
curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=product&product_id=B08N5WRWNW"
Terminal window
curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=bestsellers&category_id=electronics"
Terminal window
curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=seller_feedback&seller_id=AAZRLVTNON75Z"

All major Amazon domains are supported: amazon.com, amazon.co.uk, amazon.de, amazon.fr, amazon.it, amazon.es, amazon.ca, amazon.com.mx, amazon.com.br, amazon.in, amazon.co.jp, amazon.com.au, amazon.ae, amazon.sa, amazon.com.tr, amazon.nl, amazon.se, amazon.pl, amazon.sg. Full list: REST API → Amazon → Supported domains.