Apify Store
AS
Apify Store
/happitap/amazon-best-sellers-scraper

Amazon Best Sellers Scraper

Extracts real-time product listings from Amazon's Best Sellers pages with structured data including title, ASIN, rank, price, ratings, reviews, and more. Perfect for eCommerce competitor analysis, product research, and trend monitoring.

liveasyncunknown~30s typical
ECOMMERCEINTEGRATIONSDEVELOPER_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 /happitap/amazon-best-sellers-scraper for me.

Input

FieldTypeDescription
startUrls*arrayArray of Amazon Best Sellers URLs to scrape. Each URL should be an object with a 'url' property pointing to Amazon Best Sellers pages.
categorystringCategory name for the products (e.g., 'Electronics', 'Books', 'Home & Kitchen'). If not provided, will be auto-detected from the page. default ""
maxProductsintegerMaximum number of products to extract per page default 100

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":"/happitap/amazon-best-sellers-scraper","input":{"startUrls":[],"category":"","maxProducts":100},"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 /happitap/amazon-best-sellers-scraper -i '{"startUrls":[],"category":"","maxProducts":100}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/happitap/amazon-best-sellers-scraper", input: {"startUrls":[],"category":"","maxProducts":100}, wait: false })

Try it

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