Apify Store
AS
Apify Store
/powerai/amazon-best-seller-scraper

Amazon Best Sellers Scraper

Powerful Amazon best sellers scraper that automatically extracts top sellers with comprehensive metadata. Includes multiple country support and detailed ranking information with automatic rate limit handling.

liveasyncunknown~30s typical
ECOMMERCEOTHERINTEGRATIONS
$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 /powerai/amazon-best-seller-scraper for me.

Input

FieldTypeDescription
category*stringAmazon category to scrape best sellers from default "electronics"
maxResultsintegerMaximum number of products to extract default 50
geostring (US | CA | DE | MX | UK | FR)Country code for results default "US"
subcategory_codestringOptional subcategory code for more specific results

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":"/powerai/amazon-best-seller-scraper","input":{"category":"electronics","maxResults":50,"geo":"US"},"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 /powerai/amazon-best-seller-scraper -i '{"category":"electronics","maxResults":50,"geo":"US"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/powerai/amazon-best-seller-scraper", input: {"category":"electronics","maxResults":50,"geo":"US"}, wait: false })

Try it

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