App Logo
amazon.com

Get Amazon Bestsellers by Category

Reads Amazon's Best Sellers list for a top-level category (rank, title, price, rating, review count).

Input

category required

The category's URL slug, e.g. "electronics", "books", "toys-and-games", "beauty", "software". Find the right slug by browsing amazon.com/Best-Sellers and reading it off the URL of the category tab you land on — it's the same slug Amazon's own nav uses.

limit optional

Max products to return, in Amazon's own rank order. The list page renders 30 without scrolling; asking for more than that returns what the page holds.

Default: 10

Output

category required
products required

FAQ

Reads Amazon's Best Sellers list for a top-level category (rank, title, price, rating, review count).
Required: category. Optional: limit.
It returns category, products.
No. It only uses pages of amazon.com that are reachable without signing in.
It only reads. It looks things up on amazon.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/amazon.com/get_bestsellers_category, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/amazon.com/get_bestsellers_category
It is part of Reduck's official curated catalogue.

Start building not clicking