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>type | Returns | Required params |
|---|---|---|
search | Search result listings | q |
product | Product detail page | product_id |
bestsellers | Bestsellers for a category | category_id |
todays-deals | Current deals | (none) |
category | Category listing | category_id |
seller_profile | Seller info + ratings | seller_id |
seller_products | A seller’s product catalog | seller_id |
seller_feedback | Reviews left for a seller | seller_id |
Common parameters
Section titled “Common parameters”| Parameter | Purpose |
|---|---|
domain | Amazon marketplace (amazon.com, amazon.co.uk, amazon.de, etc.) |
device | desktop or mobile |
page | Page number for paginated types |
Example: product search
Section titled “Example: product search”curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=search&q=memory+card"Example: single product by ID
Section titled “Example: single product by ID”curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=product&product_id=B08N5WRWNW"Example: bestsellers
Section titled “Example: bestsellers”curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=bestsellers&category_id=electronics"Example: seller feedback
Section titled “Example: seller feedback”curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=seller_feedback&seller_id=AAZRLVTNON75Z"Marketplace coverage
Section titled “Marketplace coverage”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.
- REST API → Amazon, full parameter reference per type.
- Locations, for Google and Bing geo-targeting.