Amazon Data API
# Amazon Data API Real-time Amazon product data API. Search products, get detailed product information, pricing, customer reviews, bestsellers, new releases, and search suggestions. ## Endpoints | Method | Path | Description | |--------|------|-------------| | GET | /search | Search Amazon products | | GET | /product/{asin} | Get product details | | GET | /product/{asin}/reviews | Get product…
Amazon Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
searchProducts /search |
Search for products on Amazon with optional filters for sort order, department, and pagination. |
| product | ||
| GET |
getProductReviews /product/{asin}/reviews |
Get customer reviews for a product including ratings, review text, verified purchase status, and helpful vote counts. |
| GET |
getSimilarProducts /product/{asin}/similar |
Get products similar to the given ASIN from the "Customers also viewed" section on the product page. |
| GET |
getProductDetails /product/{asin} |
Get full product details including title, pricing, images, features, specifications, and reviews summary. |
| deals | ||
| GET |
getDeals /deals |
Get current deals and promotions from Amazon's deals page including discounts, prices, and product details. |
| bestsellers | ||
| GET |
getBestsellers /bestsellers |
Get the current bestselling products on Amazon, optionally filtered by category. |
| GET |
getNewReleases /bestsellers/new-releases |
Get newly released products on Amazon, optionally filtered by category. |
| suggestions | ||
| GET |
getSuggestions /suggestions |
Get Amazon search autocomplete suggestions for a given query prefix. |
Amazon Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA Recommended | $60 / month | — |
|
| MEGA | $120 / month | — |
|