Amazon Commerce API
Search Amazon products and inspect category trees, offers, deals, sellers, and shopping suggestions.
amazon
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
amazon.bestsellers.list
Return ranked products from Amazon Best Sellers, optionally scoped to a category node.
amazon.category.tree
Return the current Amazon category node, child categories, and available refinement filters for a browse node.
amazon.deals.list
Return Amazon deals from the page's embedded product-search response state.
amazon.product.get
Return current Amazon product detail, images, attributes, availability, ratings, and merchant fields.
amazon.product.offers
Return the current All Offers Display entries for an Amazon ASIN.
amazon.products.search
Return current Amazon search listings with prices, ratings, badges, and sponsored disclosure.
amazon.reviews.list
Return the current public featured-review cards exposed on an Amazon product detail page.
amazon.search.suggestions
Return Amazon shopping autocomplete suggestions for a prefix.
amazon.seller.feedback
Return public seller feedback without rater names, avatars, or profile links.
amazon.seller.get
Return an Amazon seller profile and its public feedback summary.
amazon.seller.products
Return the products exposed by Amazon's seller-profile product search surface.
Common uses
- Browse taxonomy discovery
- Product research
- Price and availability monitoring
- Offer and seller analysis
- Deal and best-seller tracking
- Search demand discovery
Integration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.