Get Amazon best-seller rankings for any category — Best Sellers, New Releases, Movers & Shakers, Most Wished For, or Gift Ideas. Each item includes its rank, rank change, ASIN, title, price, and rating. Each page returns up to 50 ranked items.
curl "https://apidirect.io/v1/amazon/best-sellers?category=software" \
-H "X-API-Key: YOUR_API_KEY"
{
"products": [
{
"rank": 1,
"rank_change": null,
"asin": "B0FWV56H48",
"title": "TurboTax Deluxe Desktop Edition 2025, Federal & State Tax Return",
"price": "$79.99",
"rating": 4.0,
"num_ratings": 6866,
"url": "https://www.amazon.com/dp/B0FWV56H48",
"photo": "https://images-na.ssl-images-amazon.com/images/I/71OcM906MLL._AC_UL900_SR900,600_.jpg"
}
],
"count": 50,
"category": "software",
"category_name": "Software",
"type": "best_sellers",
"page": 1
}
best_sellers (top selling), new_releases (top selling new arrivals), movers_and_shakers (biggest rank gainers over 24h), most_wished_for (most added to wish lists), gift_ideas (most popular gifts).
The same category slugs as Product Search's category_id — see /docs/amazon-categories for the full per-country list. An unrecognized slug returns an empty ranking rather than an error.
Up to 50. Rankings typically cover the top 100, so pages 1-2 capture the full list.
You only pay for successful requests. The Amazon Best Sellers API costs $0.005 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 5 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key