Track Amazon Bestseller History
Monitor product ranking trends on Amazon with SellerMagnet’s API to uncover market opportunities.
No credit card required. Get 500 free API credits.
Benefits of Bestseller History Tracking
Trend Analysis
Identify rising or declining product popularity over time.
Competitor Insights
Track competitors’ bestseller rankings to inform strategies.
Market Opportunities
Spot niches with high demand based on historical data.
Scrape Bestseller History Data
Access historical bestseller rankings with a simple API request.
cURL
Python
curl -X GET 'https://sellermagnet-api.com/v1/structured/amazon/bestseller-history?asin=B0CX23V2ZK&domain=com' \ -H 'Authorization: Bearer YOUR_API_KEY'
import requests url = 'https://sellermagnet-api.com/v1/structured/amazon/bestseller-history' params = { 'asin': 'B0CX23V2ZK', 'domain': 'com' } headers = {'Authorization': 'Bearer YOUR_API_KEY'} response = requests.get(url, params=params, headers=headers) print(response.json())
Bestseller History FAQs
What data is included in bestseller history?
Historical ranking data, category positions, and timestamps in JSON/CSV format.
How far back does the history data go?
Access up to 12 months of bestseller history, depending on your plan.
Can I track multiple products?
Yes, scrape thousands of ASINs in bulk with our API.