Scrape Amazon Bestsellers

Extract top-selling products, prices, and rankings by category from Amazon with SellerMagnet’s API for market research and competitive insights.

No credit card required. Get started with 5,000 free API credits.

Why Scrape Amazon Bestsellers?

Identify Top Products

Discover high-performing products in any category to guide inventory decisions.

Competitor Analysis

Analyze bestseller rankings and pricing to benchmark against top sellers.

Market Trends

Track category bestsellers to spot emerging trends and consumer demand.

Powerful Bestseller Data Extraction

Retrieve detailed Amazon bestseller data to drive strategic decisions. Our API provides:

Top Product Details

Extract ASINs, titles, and images of top-selling products in any category.

Pricing Insights

Access current prices and buy box data for bestseller products.

Ranking Data

Monitor product positions in bestseller lists to assess performance.

Customizable Results

Specify up to 50 results per category for tailored data collection.

Extract Bestseller Data

Scrape Amazon bestseller data with a simple API request.

cURL
Python
curl -X GET 'https://sellermagnet-api.com/amazon-bestsellers?category_id=electronics&marketplaceId=A1PA6795UKMFR9&count=30&api_key=YOUR_API_KEY'
                    
import requests

url = 'https://sellermagnet-api.com/amazon-bestsellers'
params = {
    'category_id': 'electronics',
    'marketplaceId': 'A1PA6795UKMFR9',
    'count': 30,
    'api_key': 'YOUR_API_KEY'
}
response = requests.get(url, params=params)
print(response.json())
                    

Output includes product ASINs, titles, prices, and bestseller rankings.

Bestsellers FAQs

What bestseller data can I scrape?
Product ASINs, titles, prices, rankings, and more in JSON/CSV format.
Can I scrape bestsellers for multiple categories?
Yes, our API supports multiple category queries for large-scale data collection.
What is the maximum number of results?
You can retrieve up to 50 results per category, with a default of 30.
Is bestseller scraping compliant?
Our API ethically scrapes public bestseller data, adhering to Amazon’s policies.