Amazon Product Data (CatalogAIO)
**Real-time Amazon product data across 22 marketplaces** — search, product details, offers, reviews, best sellers and autocomplete, behind one stable JSON envelope. Every marketplace is fetched from inside that country, so you get the **local price, currency and buy box** a shopper there actually sees: `₹669.00` on amazon.in, `€21,50` on amazon.de, `$19.99` on amazon.com. Switch markets with a…
Amazon Product Data (CatalogAIO) endpoints
| Method | Endpoint | Description |
|---|---|---|
| Products | ||
| GET |
product_search /v1/search |
Search any Amazon marketplace by keyword. Returns ASINs, titles, prices, ratings and images. |
| GET |
product_offers /v1/product/{asin}/offers |
Every seller offering an ASIN, with price, condition, seller name and delivery promise. |
| GET |
product_details /v1/product/{asin} |
Full detail page for one ASIN: title, brand, price, list price, rating, images, feature bullets, categories and availability. |
| GET |
product_reviews /v1/product/{asin}/reviews |
Customer reviews with rating, title, body, author, date and verified-purchase flag, plus the aggregate rating. |
| Discovery | ||
| GET |
autocomplete /v1/suggestions |
Amazon's own search suggestions for a prefix — useful for keyword research and search-as-you-type. |
| GET |
best_sellers /v1/bestsellers |
Ranked best-seller, new-release and movers-and-shakers lists for any category. |
| Utility | ||
| GET |
supported_marketplaces /v1/markets |
The live list of all 22 marketplaces with country codes, aliases and Amazon marketplace IDs. |
| Migration aliases | ||
| GET |
best_sellers_alias /best-sellers |
Drop-in alias for Best Sellers. |
| GET |
product_offers_alias /product-offers |
Drop-in alias for Product Offers. Note: asin is a query parameter here. |
| GET |
search_alias /search |
Drop-in alias for Product Search on a short path. |
| GET |
product_reviews_alias /product-reviews |
Drop-in alias for Product Reviews. Note: asin is a query parameter here. |
| GET |
product_details_alias /product-details |
Drop-in alias for Product Details. Note: asin is a query parameter here. |
Amazon Product Data (CatalogAIO) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO Recommended | $12.99 / month | 30 / minute |
|
| ULTRA | $34.99 / month | 120 / minute |
|
| MEGA | $89 / month | 600 / minute |
|