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

Amazon Best Sellers Scraper

Scrapes Amazon Best Sellers products from any category URL across all Amazon domains. Returns rank, title, price, rating, review count, and ASIN per product. Optional product detail enrichment available.

liveasyncunknown~30s typical
ECOMMERCELEAD_GENERATIONNEWS
$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 /parseforge/amazon-bestsellers-scraper for me.

Input

FieldTypeDescription
startUrlsarrayAmazon Best Sellers category URLs to collect. Supports any category and any Amazon domain (.com, .co.uk, .de, .fr, .es, .it). Example: https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics/
maxItemsintegerHow many products to collect per run.
includeDetailsbooleanFetch additional data per product: brand, stock status, full feature bullets, gallery images, high-resolution images, variant ASINs, and monthly purchase volume. Increases collection time. Recommended to use with a proxy for accurate results. default false
depthOfCrawlintegerHow many subcategory levels to collect. 1 collects only the provided URLs. 2 collects the provided URLs plus all their subcategories. 3 goes two levels deep. Warning: depth 2 can return 1,000 or more products per top-level category. default 1

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":"/parseforge/amazon-bestsellers-scraper","input":{"includeDetails":false,"depthOfCrawl":1},"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 /parseforge/amazon-bestsellers-scraper -i '{"includeDetails":false,"depthOfCrawl":1}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/parseforge/amazon-bestsellers-scraper", input: {"includeDetails":false,"depthOfCrawl":1}, wait: false })

Try it

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