Apify Store
AS
Apify Store
/logiover/amazon-bestsellers-scraper

Amazon Best Sellers Scraper — Category Rankings

Scrape Amazon Best Sellers, New Releases, Movers & Shakers, Most Wished For and Gift Ideas charts for any category. Returns rank, ASIN, title, price, rating and review count across 19 marketplaces. No API key.

liveasyncunknown~30s typical
ECOMMERCEBUSINESSDEVELOPER_TOOLS
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /logiover/amazon-bestsellers-scraper for me.

Input

FieldTypeDescription
categoriesarrayCategory slugs as they appear in a Best Sellers URL, e.g. 'electronics', 'books', 'kitchen', 'toys-and-games'. A full chart URL works too. Leave EMPTY to scrape a default busy category. default []
listTypestring (bestsellers | newReleases | moversAndShakers | mostWishedFor | giftIdeas)Which Amazon chart to read. 'Movers & Shakers' is the one that surfaces products gaining rank fastest. default "bestsellers"
marketplacestring (US | UK | DE | FR | IT | ES)Which Amazon storefront to read the chart from. default "US"
maxPagesPerCategoryintegerAmazon caps each chart at 100 products over two pages of 50. default 2
maxResultsintegerGlobal cap for the run. 0 = unlimited. default 500

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/logiover/amazon-bestsellers-scraper","input":{"categories":[],"listType":"bestsellers","marketplace":"US","maxPagesPerCategory":2,"maxResults":500},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /logiover/amazon-bestsellers-scraper -i '{"categories":[],"listType":"bestsellers","marketplace":"US","maxPagesPerCategory":2,"maxResults":500}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/logiover/amazon-bestsellers-scraper", input: {"categories":[],"listType":"bestsellers","marketplace":"US","maxPagesPerCategory":2,"maxResults":500}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.