Track Amazon Bestseller History With Precision
Monitor Best Sellers Rank trends over time, analyze category performance, and make data-driven inventory decisions — all through a single, reliable API endpoint covering 23 Amazon marketplaces.
No credit card required · 500 free API credits · Cancel anytime
Unlock the Power of BSR History
Go beyond snapshots. Access deep, historical bestseller rank data that drives smarter sourcing, pricing, and competitive analysis.
Identify Trending Products Before Competitors
Amazon's Best Sellers Rank is the single most telling indicator of product demand. By tracking BSR over time you can spot rising products, validate sourcing decisions with proven sales velocity, and detect seasonal patterns to time your inventory perfectly.
- Daily-granularity BSR snapshots going back years
- Clear competitive trajectory across 23 marketplaces
- Data-driven view of every product's ranking history
- Identify seasonal patterns and demand cycles
Turn Rank Data Into Revenue
Correlate BSR changes with pricing adjustments to discover optimal price points. Monitor competitor catalogs over weeks and months, not just snapshots. Feed historical rank data into machine-learning models to forecast demand with confidence.
- Product title and root category in every response
- Tracking-start date for data completeness
- Portfolio-level analytics at scale
- ML-ready time-series data format
Detect Seasonal Patterns Automatically
Leverage years of BSR data points to uncover recurring demand cycles. Time your inventory purchases and advertising budgets around proven seasonal peaks. Avoid overstocking during low-demand periods.
- Multi-year historical depth per ASIN
- Category-level demand patterns
- Inventory planning intelligence
- Risk assessment for new product launches
Comprehensive BSR Data Points
Every API response delivers a rich, structured payload covering every dimension of Amazon bestseller rank history.
Sales Rank History
Complete time-series of BSR data points with daily granularity, enabling precise trend analysis and demand forecasting.
Category Classification
Root category ID and name included in every response for accurate cross-category comparisons and niche analysis.
Product Details
ASIN, product title, and tracking metadata in every response so you always know exactly what you're analyzing.
Tracking Metadata
Know exactly when tracking began for each ASIN with the trackingSince field, ensuring data completeness awareness.
Enterprise-Grade BSR Tracking
Purpose-built for teams that need reliable, scalable access to Amazon bestseller rank data.
Deep Historical Data
Retrieve BSR data points going back years, with daily granularity for comprehensive trend analysis. Build time-series models with confidence.
23 Marketplaces
Access BSR history across all major Amazon marketplaces including US, UK, DE, JP, IN, and more — all through a single unified endpoint.
RESTful JSON API
Clean, well-documented REST architecture with consistent JSON responses. Integrate in minutes with any tech stack.
Sub-350ms Latency
Average response times under 350ms ensure your applications and dashboards remain responsive at scale.
Enterprise-Grade Reliability
Built on redundant infrastructure with a 99.9% uptime SLA. API key-based authentication with rate limiting, usage analytics, and role-based access control for team environments.
Integrate in Minutes
Start tracking bestseller rank history with just a few lines of code. Copy, paste, and go.
curl "https://sellermagnet-api.com/api/amazon-product-bestseller-history\ ?asin=B0CLTBHXWQ\ &marketplaceId=APJ6JRA9NG5V4\ &api_key=YOUR_API_KEY"
import requests url = "https://sellermagnet-api.com/api/amazon-product-bestseller-history" params = { "asin": "B0CLTBHXWQ", "marketplaceId": "APJ6JRA9NG5V4", "api_key": "YOUR_API_KEY" } response = requests.get(url, params=params) data = response.json() if data["success"]: history = data["data"]["salesRankHistory"] for date, rank in history: print(f"{date} → BSR #{rank}")
Endpoint Parameters & Response
Everything you need to start retrieving bestseller rank history data from any Amazon marketplace.
GET https://sellermagnet-api.com/api/amazon-product-bestseller-history
| Parameter | Type | Required | Description |
|---|---|---|---|
asin |
String | Required | The Amazon Standard Identification Number (ASIN) of the product to retrieve BSR history for. Example: B0CLTBHXWQ |
marketplaceId |
String | Required | The Amazon marketplace identifier. Example: APJ6JRA9NG5V4 (Italy). See documentation for all supported marketplace IDs. |
api_key |
String | Required | Your unique SellerMagnet API key for authentication. Obtain one from your dashboard after registration. |
{
"data": {
"asin": "B0CLTBHXWQ",
"productTitle": "Playstation 5 Console Edizione Digital Slim",
"salesRankHistory": [
["2025-06-14 01:58:00", 15],
["2025-06-13 01:58:00", 18]
],
"category": {
"id": "412603031",
"name": "Videogiochi"
},
"trackingSince": "2023-12-30"
},
"success": true
}
Three Steps to BSR Insights
From sign-up to production-ready integration in under five minutes.
Create Your Account
Sign up for a free SellerMagnet API account and receive your API key instantly. No credit card required — start with 500 free API credits.
Send Your First Request
Make a GET request with the target ASIN, marketplace ID, and your API key. Receive a structured JSON response with the full BSR history in milliseconds.
Analyze & Scale
Parse the sales rank history data to build dashboards, trigger alerts, or feed machine learning models. Scale to thousands of tracked ASINs as your needs grow.
Built for Teams That Compete on Data
From solo sellers to enterprise analytics teams — BSR data powers smarter decisions across every role.
Private-Label Brands
Validate product ideas by reviewing long-term BSR stability before investing in inventory or launching new ASINs on any marketplace.
Market Research Teams
Feed BSR time-series data into BI dashboards and ML models to forecast category demand and identify emerging niches.
Amazon Agencies
Deliver ranking performance reports to brand clients with automated BSR tracking across multiple marketplaces and categories.
Software Developers
Integrate BSR data into analytics platforms, inventory tools, and SaaS products with a clean RESTful API and predictable JSON responses.
Global Coverage Across
23 Amazon Marketplaces
Frequently Asked Questions
Common questions about the Amazon Bestseller History API endpoint.
The Amazon Best Sellers Rank (BSR) is a numerical ranking assigned to every product sold on Amazon. It reflects how well a product is selling relative to other products in its category. A lower BSR indicates higher sales velocity. Our API tracks this metric over time so you can analyze trends and make informed decisions.
Historical depth varies by product and when tracking began. Each API response includes a trackingSince field that indicates the exact date data collection started for that ASIN. Many popular products have data going back several years with daily granularity.
Our system collects BSR snapshots on a daily basis for tracked products. Each data point in the salesRankHistory array contains a precise timestamp, allowing you to build accurate time-series analyses of ranking movements.
Yes. While each API call retrieves history for a single ASIN, our infrastructure is optimized for high-throughput parallel requests. Enterprise plans include bulk endpoints and dedicated rate limits designed for monitoring thousands of ASINs concurrently.
The category object contains the root category ID and name where the product's BSR is ranked. This is Amazon's primary classification for the product and is essential for comparing rankings across similar products. The category ID can be used with other SellerMagnet endpoints for deeper analysis.
We support all 23 Amazon marketplaces worldwide, including the United States, United Kingdom, Germany, Italy, France, Spain, Japan, India, and many more. See our documentation for the complete list of supported marketplace IDs.
Yes. Every new account receives 500 free API credits to test the endpoint with real data. No credit card is required to sign up. After the free tier, flexible pay-as-you-go and subscription plans are available to match your usage volume.
Start Tracking Bestseller Rankings Today
Join thousands of sellers, brands, and analytics teams using SellerMagnet to monitor Amazon BSR trends. Get started in minutes with our free tier.
500 free API credits • No credit card required • Cancel anytime