Unlock Deep Amazon Product Intelligence
Track pricing history, sales rank trends, Buy Box ownership, and monthly sales estimates — with optional professional chart generation. The most comprehensive Amazon product analytics API for enterprise teams.
No credit card required · Free tier included · Instant API key
Monitor Sales Trends in Real Time
Track sales rank fluctuations, monthly sales volume estimates, and pricing movements over time. Identify seasonal patterns and emerging trends before your competitors do. Historical data lets you validate product demand before committing inventory and track volume changes month over month.
View DocumentationBuy Box Ownership & Competitor Insights
Analyze Buy Box ownership history, seller rotation patterns, and fulfillment method shifts. Understand which sellers dominate the Buy Box, how often ownership changes, and the impact of FBA vs. FBM on win rates. Time your market entry strategically with evidence-based intelligence.
Explore EndpointEvery Metric That Matters
Access the full spectrum of Amazon product analytics — from pricing deltas to visual trend reports.
Pricing History
Track Buy Box price changes over time with precise timestamps. Monitor price drops, spikes, and trends to optimize your pricing strategy and maximize margins.
Sales Rank History
Analyze sales rank movements across categories with full historical depth. Identify demand patterns and seasonal fluctuations.
Monthly Sales Estimates
Get estimated monthly unit sales with historical trends. Validate product demand before committing inventory.
Buy Box Ownership
Track which sellers win the Buy Box and how ownership rotates. Understand FBA vs. FBM competition dynamics.
Professional Chart Generation
Auto-generate publication-ready PNG charts for sales history, rating trends, and more. Embed directly in reports, dashboards, or client presentations with a single API call.
Rating & Review Trends
Monitor product rating changes and review velocity over time. Detect quality issues early and track improvements.
Integrate in Minutes
Simple RESTful API with clean JSON responses. Choose your preferred language and start analyzing products immediately.
curl "https://sellermagnet-api.com/api/amazon-product-statistics\ ?asin=B0CLTBHXWQ\ &marketplaceId=APJ6JRA9NG5V4\ &graphs=true\ &api_key=YOUR_API_KEY"
import requests url = "https://sellermagnet-api.com/api/amazon-product-statistics" params = { "asin": "B0CLTBHXWQ", "marketplaceId": "APJ6JRA9NG5V4", "graphs": "true", "api_key": "YOUR_API_KEY" } response = requests.get(url, params=params) data = response.json() if data["success"]: product = data["data"] print(f"Product: {product['productTitle']}") print(f"Buy Box: {product['buyBoxPrice'] / 100}€") print(f"Fulfillment: {product['buyBoxFulfillment']}") # Access auto-generated charts if "graphs" in product: print(f"Sales Chart: {product['graphs']['monthlySoldHistory']}") print(f"Rating Chart: {product['graphs']['productRatingHistory']}")
Endpoint Parameters & Response
Complete parameter reference for the Amazon Product Statistics endpoint. All requests are authenticated via your API key.
GET https://sellermagnet-api.com/api/amazon-product-statistics
| Parameter | Type | Required | Description |
|---|---|---|---|
asin |
String | Required | The Amazon Standard Identification Number of the product to analyze. Example: B0CLTBHXWQ |
marketplaceId |
String | Required | The Amazon marketplace identifier. Example: APJ6JRA9NG5V4 (Italy). Refer to docs for all supported marketplace IDs. |
api_key |
String | Required | Your SellerMagnet API authentication key. Obtain one from your dashboard. |
graphs |
String | Optional | Set to "true" to generate professional PNG charts for key metrics (monthly sales, product ratings). Chart URLs are included in the response. |
{
"data": {
"asin": "B0CLTBHXWQ",
"productTitle": "Playstation 5 Console Edizione Digital Slim",
"buyBoxPrice": 41800,
"buyBoxFulfillment": "FBM",
"buyBoxSellerIdHistory": [
["2025-06-14 17:08:00", "A2I59UVTUWUFH0"]
],
"salesRankHistory": [
["2025-06-14 01:58:00", 15]
],
"graphs": {
"monthlySoldHistory": "https://sellermagnet-api-webspace.s3.eu-central-1.amazonaws.com/amazon/api/charts/B0CLTBHXWQ/.../B0CLTBHXWQ_monthly_sold.png",
"productRatingHistory": "https://sellermagnet-api-webspace.s3.eu-central-1.amazonaws.com/amazon/api/charts/B0CLTBHXWQ/.../B0CLTBHXWQ_rating.png"
},
"trackingSince": "2023-12-30"
},
"success": true
}
Three Steps to Product Intelligence
From sign-up to actionable insights in under five minutes.
Create Your Account
Register for free and receive your API key instantly. No credit card required — start with our generous free tier.
Submit Your Request
Send a GET request with the ASIN, marketplace ID, and optionally enable chart generation with graphs=true.
Analyze & Act
Receive comprehensive historical data and professional charts. Integrate into your workflows, dashboards, or analytics pipelines.
Who Uses Product Statistics?
From solo sellers to enterprise platforms — actionable product intelligence for every role.
Amazon Sellers
Validate product demand with sales estimates and BSR history before investing in inventory. Optimize pricing with historical trend data.
Brands & Agencies
Monitor brand performance, track Buy Box ownership, and generate client-ready charts with a single API call for professional reporting.
SaaS Platforms
Embed deep product analytics into your marketplace tools. Power dashboards, alerts, and intelligence modules with reliable historical data.
Market Researchers
Analyze category dynamics, seasonal demand shifts, and competitive landscapes with multi-year historical data across 23 marketplaces.
Supported Amazon Marketplaces
Query product statistics from every major Amazon marketplace worldwide.
Frequently Asked Questions
Everything you need to know about the Amazon Product Statistics API.
The Amazon Product Statistics API returns comprehensive data including historical pricing, sales rank history, Buy Box ownership records with seller IDs, monthly sales estimates, product rating trends, fulfillment method data (FBA/FBM), and tracking duration. All data points include timestamps for complete historical analysis across any supported marketplace.
When you include graphs=true in your API request, the endpoint automatically generates professional-quality PNG charts for key metrics such as monthly sales history and product rating trends. The chart image URLs are returned directly in the JSON response under the graphs object. These images are hosted on our high-availability CDN, so you can embed them directly in dashboards, reports, emails, or client presentations without any additional processing.
The API supports all major Amazon marketplaces worldwide, including the United States, United Kingdom, Germany, France, Italy, Spain, Japan, Canada, Australia, India, Mexico, Brazil, the Netherlands, Sweden, Poland, Belgium, Saudi Arabia, UAE, Turkey, Singapore, and Egypt. Simply pass the appropriate marketplaceId parameter for your target market. Refer to our documentation for the complete list of marketplace identifiers.
Historical data depth varies by product, but typically spans several months to multiple years. Each API response includes a trackingSince field that indicates exactly when data collection began for that specific ASIN, giving you full transparency about data coverage. Popular products generally have the longest historical records available.
Absolutely. The chart URLs returned in the API response point to publicly accessible PNG images hosted on our globally distributed CDN. You can embed them directly using standard <img> tags in web applications, include them in PDF reports, attach them to automated emails, or display them in any tool that supports image rendering. The images are optimized for both screen and print quality.
Start Analyzing Amazon Products Today
Join thousands of sellers, brands, and agencies leveraging deep product intelligence to drive growth.
500 free API credits • No credit card required • Cancel anytime