Amazon API
One endpoint with a type parameter covers every Amazon surface: search, product detail, bestsellers, deals, categories, seller profiles, seller products, and seller feedback. Works across 19 marketplaces (amazon.com, amazon.co.uk, amazon.de, and more).
Endpoint
Section titled “Endpoint” GET https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=<type>
Authentication
Section titled “Authentication”Pass your API key as the api_key query parameter. Keys live in the panel under SERP API (Amazon shares the SERP API plan quota).
type | Returns |
|---|---|
search | Product search results |
product | Product detail page |
bestsellers | Bestsellers for a category |
todays-deals | Current Amazon deals |
category | Category listing |
seller_profile | Seller info and ratings |
seller_products | A seller’s product catalog |
seller_feedback | Reviews left for a seller |
Each type has its own page with specific parameters and response samples. See the cards below.
Quick example
Section titled “Quick example”curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=search&q=memory+card"Endpoint pages
Section titled “Endpoint pages” Amazon Search type=search
Amazon Product type=product
Amazon Bestsellers type=bestsellers
Amazon Deals type=todays-deals
Amazon Category type=category
Seller Profile type=seller_profile
Seller Products type=seller_products
Seller Feedback type=seller_feedback
Getting started guides
Section titled “Getting started guides” Access the API Keys, auth, base URL, first request.
Common parameters Parameters shared by every type.
Supported domains Every supported Amazon marketplace.