Data you can access
Products
Full product detail pages — title, description, images, attributes, dimensions, ASIN metadata, and more.
Search
Keyword and category search results mirroring Amazon’s live index, with ranking, filters, and pagination.
Reviews
Customer review listings, aggregate ratings, individual review text, and verified-purchase flags.
Offers
New, used, and third-party seller offers with condition, price, fulfillment, and Prime eligibility.
Sellers
Seller profiles, ratings, feedback counts, and fulfillment capabilities for any Amazon merchant.
Deals
Lightning deals, coupons, and limited-time promotions surfaced in real time.
Estimates
Sales-rank-to-volume estimates and category-level benchmarks for market-sizing and demand forecasting.
Categories
Category trees, browse-node hierarchies, and best-seller rankings per node.
Best Sellers
Top-ranked ASINs by category, updated continuously to reflect Amazon’s live best-seller lists.
Three interfaces, one contract
Every Glade API interface — REST, GraphQL, and MCP — shares the same underlying data model, the same authentication scheme, and the same unit-based billing. Choose the interface that fits your stack; you can mix them freely within the same account.- REST
- GraphQL
- MCP
The REST interface is the fastest way to get started. Pass your parameters as query strings and receive a normalized JSON response.Every REST endpoint maps to a single Amazon data operation. See the API Reference for the full list of endpoints, parameters, and response schemas.
13 Marketplaces
Pass thedomain parameter to target any of the 13 supported Amazon marketplaces. Glade API handles currency conversion display, locale-specific product data, and the correct Amazon host automatically — you never need to manage regional endpoints yourself.
Price values in the response always include a
currency code and a locale-formatted display string alongside the raw numeric value, so your application never needs to look up exchange rates or format strings per market.
Pricing
Glade API charges one unit per successful call, regardless of whether you use REST, GraphQL, or MCP. Calls that return an error are never charged. Every new account starts with 100 free units — no credit card required — so you can explore the full API before committing to a plan. View current plan limits and pricing at gladeapi.com/pricing.Glade API is Canopy-compatible — existing Canopy integrations work with minimal changes.

