抓取 Amazon 的 Best Sellers、Movers and Shakers、New Releases、Most Wished For 和 Most Gifted 榜单。每个类目前 100 名。20 个市场。返回排名、ASIN、标题、价格、评分、促销徽章、Prime 标识。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~amazon-bestsellers-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"startUrls": [{"url": "https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics/"}], "maxResultsPerCategory": 100}' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/amazon-bestsellers-scraper