AS
Apify Store
/igview-owner/amazon-best-sellers-products-scraper
Amazon Best Sellers Products
Extract Amazon Best Sellers products from any category in seconds. Get ranks, prices, ratings, reviews, images, and URLs for the top products across all major marketplaces.
liveasyncunknown~30s typical
ECOMMERCEAUTOMATIONDEVELOPER_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 /igview-owner/amazon-best-sellers-products-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| category* | string | π·οΈ Enter the Best Sellers category to scrape. Supports top-level categories (e.g., 'appliances') or subcategories with path (e.g., 'appliances/2242350011'). You can find category paths in Best Sellers URLs. default "appliances" |
| type | string (BEST_SELLERS | GIFT_IDEAS | MOST_WISHED_FOR | MOVERS_AND_SHAKERS | NEW_RELEASES) | π’ Select the type of Best Seller list to scrape. Each list type shows different product rankings and trends. default "BEST_SELLERS" |
| max_pages | integer | π Configure how many pages to scrape. More pages = more products but longer runtime. Each page contains approximately 50 products. default 1 |
| country | string (US | AU | BR | CA | CN | FR) | πΊοΈ Select the Amazon marketplace/country to scrape Best Sellers from. This sets the domain, language, and currency for the results. default "US" |
| language | string (en_US | es_US | en_AU | pt_BR | en_CA | fr_CA) | π£οΈ Select the language for product information. If not specified, the marketplace's default language will be used. Different marketplaces support different languages. |
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":"/igview-owner/amazon-best-sellers-products-scraper","input":{"category":"appliances","type":"BEST_SELLERS","max_pages":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 /igview-owner/amazon-best-sellers-products-scraper -i '{"category":"appliances","type":"BEST_SELLERS","max_pages":1,"country":"US"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/igview-owner/amazon-best-sellers-products-scraper", input: {"category":"appliances","type":"BEST_SELLERS","max_pages":1,"country":"US"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.