Extract Amazon product data, prices, reviews, and search results. Build price trackers, competitor analysis tools, and e-commerce applications with real-time data.
Stable canonical page, agent-ready usage guidance, pricing context, and direct integration details through SkillBoss.
工作方式
The default flow is still simple: install SkillBoss, top up a balance, and call the capability from your assistant or app.
下载并添加到 Claude Desktop、Cursor、Windsurf 或任何兼容 MCP 的平台。
先充值 SkillBoss Credit。无需订阅,按量付费。
Tell Claude or your agent what you need. SkillBoss routes Amazon Scraper API and returns results.
Amazon Scraper API can use x402 for deterministic setup or fixed-cost calls. For longer-running automation, MPP gives agents a payment-later path without pre-funding every workflow.
x402
当 agent 需要对确定性配置或资源开通执行 quote-pay-retry 流程时,使用 x402。
curl https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-H "X-Payment-Protocol: x402" \
-d '{
"model": "skillboss/claude-sonnet",
"messages": [
{"role": "user", "content": "Use Amazon Scraper API for this request and return the result."}
]
}'MPP / Payment Later
当工作流可能扩展为长期使用、持续自动化或按量计费时,使用 MPP。
curl https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-H "X-Payment-Protocol: mpp" \
-d '{
"model": "skillboss/claude-sonnet",
"messages": [
{"role": "user", "content": "Use Amazon Scraper API for this request and return the result."}
]
}'价格
$0.003 per request (products, search, reviews)
价格来源
SkillBoss 定价
最近更新
根据实时能力目录定期更新
生命周期状态
已上架且可用
最适合 agent
Best used from Claude Code, OpenClaw, Cursor, Windsurf, Kiro, Gemini CLI, and Codex.
支付路径
根据工作流是确定性还是按量计费,使用 SkillBoss Credit、x402 或 MPP。
规范 URL
https://www.skillboss.co/use/amazon-scraper
最适合 agent
Best used from Claude Code, OpenClaw, Cursor, Windsurf, Kiro, Gemini CLI, and Codex.
你可以构建什么
These are the most common outcome-oriented jobs this capability page is designed to support.
FAQ
Short answers for the questions buyers, developers, and agents usually ask before they make the call.
Ready to use Amazon Scraper API
Start with the examples above, call the SkillBoss route, and keep one stable documentation page for both humans and agents.