Track Amazon's Top-Selling Products in Real Time
Monitor bestseller rankings across every Amazon category and marketplace. Retrieve real-time pricing, customer reviews, product details, and rank positions for up to 50 products per request — all from a single API endpoint.
No credit card required · 500 free credits · Cancel anytime
Unlock Competitive Intelligence from Amazon's Bestseller Lists
Leverage real-time bestseller data to identify winning products, analyse competitor performance, and spot emerging market trends before anyone else.
Identify Top Products Instantly
Discover the highest-performing products in any Amazon category. Filter by marketplace and category to uncover proven winners that generate consistent revenue.
- Browse bestsellers across all Amazon categories
- Filter by marketplace for regional insights
- Access up to 50 top products per request
- Rich product metadata in every response
Benchmark Against the Best
Track competitor pricing, review counts, and star ratings to understand what makes bestselling products succeed in your niche. Spot rising products and shifting consumer preferences in real time.
- Real-time pricing and review analytics
- Monitor category-level rank movements
- Anticipate demand before competitors
- Social proof metrics for product evaluation
Comprehensive Bestseller Data in Every Response
Each API call returns structured, production-ready JSON with everything you need to make data-driven sourcing and marketing decisions.
Top Product Details
Receive ASIN, product title, and high-resolution main image for every bestselling item — ready for integration into your dashboard or storefront.
Pricing Insights
Access current price, currency code, and currency symbol for each product. Multi-marketplace support lets you compare pricing across regions.
Ranking Data
Get the exact bestseller rank position so you can track movement over time, identify rising stars, and measure the impact of promotions.
Review Analytics
Access review counts and average star ratings for each product, giving you social proof metrics to evaluate product quality and customer sentiment.
Customizable Results
Request between 1 and 50 products per call. Fine-tune output volume to balance API cost with data coverage — perfect for lean prototyping or full-scale analytics.
Integrate in Minutes
A single GET request is all you need. Copy, paste, and start retrieving bestseller data in under five minutes.
curl "https://sellermagnet-api.com/api/amazon-bestsellers\ ?category_id=12419321031\ &marketplaceId=A1PA6795UKMFR9\ &count=30\ &api_key=YOUR_API_KEY"
import requests url = "https://sellermagnet-api.com/api/amazon-bestsellers" params = { "category_id": "12419321031", "marketplaceId": "A1PA6795UKMFR9", "count": 30, "api_key": "YOUR_API_KEY" } response = requests.get(url, params=params) data = response.json() for product in data["data"]["bestsellers"]: print(f"#{product['rank']} {product['productTitle']} — {product['price']['currency_symbol']}{product['price']['price']}")
Endpoint Parameters & Response
Everything you need to construct a valid request and parse the response.
GET https://sellermagnet-api.com/api/amazon-bestsellers
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key |
string | Required | Your unique SellerMagnet API key. Get one free → |
category_id |
string | Required | The Amazon category (browse-node) ID for which to retrieve bestsellers. |
marketplaceId |
string | Required | Amazon marketplace identifier (e.g., A1PA6795UKMFR9 for Amazon.de). |
count |
integer | Optional | Number of bestseller products to return. Maximum 50, default 30. |
{
"success": true,
"data": {
"categoryId": "12419321031",
"link": "https://www.amazon.de/gp/bestsellers/fashion/12419321031?pg=1",
"bestsellers": [
{
"rank": 1,
"asin": "B0B7SFSN99",
"productTitle": "Sterntaler Schirmmütze...",
"mainImage": "https://images-eu.ssl-images-amazon.com/images/I/81AZ+P-42vL._AC_UL300_SR300,200_.jpg",
"price": {
"currency_code": "EUR",
"currency_symbol": "€",
"price": 16.68
},
"reviewAmount": 5152,
"reviewRating": 4.6
}
]
}
}
From API Call to Actionable Insights in Three Steps
Send a Request
Pass the target category ID, marketplace, and your API key to the endpoint. Optionally set the product count.
Receive Structured Data
Get back a clean JSON payload containing rank, ASIN, title, image, price, and review data for each bestseller.
Act on the Insights
Feed the data into dashboards, sourcing tools, or price trackers to inform product and pricing decisions at scale.
Built for Every Stage of the Ecommerce Workflow
From product research to competitive monitoring — bestseller data drives smarter decisions across teams.
Product Sourcing Teams
Identify proven top sellers across categories to build a winning product catalogue with lower risk and higher margins.
Pricing Strategists
Compare your prices against bestselling competitors in real time and adjust pricing strategies to stay competitive.
Market Analysts
Feed bestseller trends into dashboards and BI tools to surface actionable insights about consumer demand and category growth.
SaaS Developers
Embed bestseller intelligence into your own applications and tools with clean, structured JSON responses and a simple REST API.
Works With Your Existing Stack
The Bestsellers API returns clean, structured JSON that plugs directly into any language or framework. Whether you're building in Python, Node.js, PHP, or Java — integration takes minutes.
- Combine with product lookup, reviews, and sales estimation endpoints
- Clean JSON responses ready for any framework
- Build a complete Amazon intelligence layer in minutes
Global Coverage Across
23 Amazon Marketplaces
Frequently Asked Questions
Quick answers to the most common questions about the Amazon Bestsellers API.
Every Amazon category page URL contains a browse-node ID — the numeric value at the end of the path. For example, in amazon.de/gp/bestsellers/fashion/12419321031, the category_id is 12419321031. You can also use our Amazon Category endpoint to programmatically retrieve a full list of category IDs for any marketplace.
The Bestsellers API supports all major Amazon marketplaces worldwide, including the US (ATVPDKIKX0DER), UK (A1F83G8C2ARO7P), Germany (A1PA6795UKMFR9), France (A13V1IB3VIYBER), Italy (APJ6JRA9NG5V4), Spain (A1RKKUPIHCS9HS), Japan (A1VC38T7YXB528), Canada (A2EUQ1WTGCTBG2), and many more. Check our documentation for the complete list of marketplace identifiers.
Data is fetched in real time every time you make an API call. Each response reflects the current state of Amazon's bestseller page for the specified category and marketplace, so you always receive the latest rankings, pricing, and review information.
You can retrieve up to 50 products per request by setting the count parameter. If omitted, the endpoint returns 30 products by default. This allows you to balance between data coverage and API credit usage depending on your use case.
Yes. Every product in the response includes its current bestseller rank within the requested category, along with pricing, review count, star rating, and ASIN. This allows you to track ranking changes over time and identify trending products across any marketplace.
Related Amazon API Endpoints
Extend your data pipeline with these powerful SellerMagnet API endpoints.
Ready to Monitor Amazon's Bestsellers?
Join thousands of sellers, brands, and agencies who rely on SellerMagnet API for real-time Amazon intelligence.
500 free API credits • No credit card required • Cancel anytime