Amazon merchant data
Real-time price, product, seller, review data from Amazon US, DE, UK and many more GEOs. Amazon merchant data API returns product title, manufacturer, reviews, size selection, retail price and much more in real-time. To receive data on one or more offers for products you just request the API with a specific identifier (GTIN, ASIN, ID, term) as well as a country code (us, de, fr, etc.).
Amazon merchant data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get ASIN by GTIN /get-asin |
Search product by GTIN - Global Trade Item Number (e.g. 0194252099537) and get an ASIN (Amazon Standard Identification Number). Use ASIN for further searches. |
| POST |
Start search by term /search-by-term |
Create a product search session based on a search term (e.g. iphone 11). A successful response returns job_id, which is required when polling the session. Take the job_id and… |
| POST |
Start search by ASIN /search-by-id |
Create a product search session based on a marketplace product id (Amazon ASIN, e.g. B09G98X7GV). A successful response returns job_id, which is required when polling the… |
| GET |
Search product by ASIN /get-product |
Search product by a marketplace product id (Amazon ASIN, e.g. B09G98X7GV). A successful response returns product details. |
| GET |
Search offers by ASIN /get-offers |
Search Amazon by ASIN and return offers with prices. |
| POST |
Start search by GTIN /search-by-gtin |
Create a product search session based on a search GTIN - Global Trade Item Number (e.g. 0194252099537). A successful response returns job_id, which is required when polling the… |
| GET |
Get product reviews (Not functional) /get-reviews |
Search reviews by ASIN and country |
| GET |
Poll session results /poll-job/{job_id} |
Get products from created session |
| GET |
Search products by term /search-products |
Search by term (e.g. iphone 12) and get results |
Amazon merchant data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $50 / month | — |
|
| ULTRA | $150 / month | — |
|
| MEGA | $300 / month | — |
|