Scrape Amazon Product Statistics
Extract detailed product metrics like sales rank, pricing history, historical trends, and generate beautiful, professional charts from Amazon with SellerMagnet’s API for advanced ecommerce analytics and competitive insights.
No credit card required. Get started with 500 free API credits.
Why Scrape Amazon Product Statistics?
Monitor Sales Trends
Track sales rank and monthly sales history to optimize pricing and inventory strategies.
Competitor Insights
Analyze historical pricing and buy box data to benchmark against competitors.
Data-Driven Decisions
Leverage historical trends and professional charts to forecast demand and enhance product listings.
Unlock Historical Data & Trends
Access comprehensive historical data to analyze market trends, predict performance, and generate professional charts with `graphs=true`. Our API delivers metrics like:
Pricing History
Track buy box, Amazon, FBA, and FBM price changes over time to optimize pricing strategies.
Sales Rank History
Monitor sales rank fluctuations to assess product demand and category performance.
Monthly Sales Estimates
Analyze historical monthly sales data to forecast inventory needs and sales trends.
Buy Box Ownership
Review buy box seller history to understand competitive dynamics and win rates.
Chart Generation
Generate clean, professional charts (e.g., monthly sales history) with `graphs=true`. Example: https://sellermagnet-api-webspace.s3.eu-central-1.amazonaws.com/amazon/api/charts/B0CLTBHXWQ/1749913777/B0CLTBHXWQ_rating_1749913773.png
Extract Product Statistics & Charts
Retrieve Amazon product statistics, including historical trends, and generate professional charts with `graphs=true` in a simple API request.
curl -X GET 'https://sellermagnet-api.com/amazon-product-statistics?asin=B08N5WRWNW&marketplaceId=A1AM78C64UM0Y8&api_key=YOUR_API_KEY&graphs=true'
import requests url = 'https://sellermagnet-api.com/amazon-product-statistics' params = { 'asin': 'B08N5WRWNW', 'marketplaceId': 'A1AM78C64UM0Y8', 'api_key': 'YOUR_API_KEY', 'graphs': 'true' } response = requests.get(url, params=params) print(response.json())
Output includes historical pricing, sales rank, buy box history, monthly sales estimates, and chart URLs (e.g., monthly sales history) when `graphs=true` is specified.