AS
Apify Store
/data_direct/amazon-best-sellers-scraper
Amazon Best Sellers Scraper
Get Amazon Best Sellers rankings for any category and ranking type
liveasyncunknown~30s typical
ECOMMERCE
$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 /data_direct/amazon-best-sellers-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| category* | string | Category slug, e.g. `electronics` or `software` (see https://apidirect.io/docs/amazon-categories) |
| type | string (best_sellers | gift_ideas | most_wished_for | movers_and_shakers | new_releases) | Ranking type (default: `best_sellers`) default "best_sellers" |
| page | integer | Page number, 1 or 2 (default: 1). Rankings cover the top 100. default 1 |
| country | string (us | au | br | ca | cn | fr) | Marketplace country code (default: `us`) default "us" |
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":"/data_direct/amazon-best-sellers-scraper","input":{"category":"...","type":"best_sellers","page":1,"country":"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 /data_direct/amazon-best-sellers-scraper -i '{"category":"...","type":"best_sellers","page":1,"country":"us"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/data_direct/amazon-best-sellers-scraper", input: {"category":"...","type":"best_sellers","page":1,"country":"us"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.