Fetch complete Amazon product data including title, current price, currency, star rating, review count, availability, main image, and product URL. Works from...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install amazon-product-fetcher或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install amazon-product-fetcher⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/amazon-product-fetcher/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: amazon-product-fetcher description: Fetch complete Amazon product data including title, current price, currency, star rating, review count, availability, main image, and product URL. Works from an Amazon URL or ASIN. No API key required. Trigger when asked to "get Amazon product info", "fetch Amazon price", "look up product on Amazon", "what does X cost on Amazon". version: 1.0.0 license: MIT metadata: {"openclaw": {"emoji": "🛒", "requires": {"bins": []}}} ---
从 Amazon 公开商品页面抓取完整商品数据,无需任何 API Key,纯 Python 标准库。
# 通过 URL
python scripts/fetch.py --url "https://www.amazon.com/dp/B0CX44VMKZ"
# 通过 ASIN
python scripts/fetch.py --asin B0CX44VMKZ
# JSON 格式输出
python scripts/fetch.py --asin B0CX44VMKZ --json
| 字段 | 说明 |
|------|------|
| asin | Amazon 商品编号 |
| title | 商品标题 |
| price | 当前价格数字 |
| currency | 货币符号(如 $、€) |
| rating | 星级评分(如 4.5) |
| reviews | 评论数量 |
| availability | 库存状态 |
| image_url | 主图 URL |
| product_url | Amazon 商品链接 |
直接解析 Amazon 公开商品页面 HTML。使用真实浏览器 User-Agent 避免被屏蔽。
> 提示: Amazon 偶尔会返回 CAPTCHA 页面。若出现此情况,稍后重试即可。大批量抓取请使用 skill-amazon-spapi(需要卖家凭证)。
无需配置 API Key。可选配置:
{
"skills": {
"entries": {
"amazon-product-fetcher": {
"enabled": true
}
}
}
}
| 问题 | 解决方案 |
|------|----------|
| 价格为空 | Amazon 可能使用了不同的价格 widget;重试一次 |
| CAPTCHA / 503 | 等待 30 秒后重试 |
| 无法从 URL 提取 ASIN | 改用 --asin 直接传入 |
安装 Amazon Product Fetcher 后,可以对 AI 说这些话来触发它
Help me get started with Amazon Product Fetcher
Explains what Amazon Product Fetcher does, walks through the setup, and runs a quick demo based on your current project
Use Amazon Product Fetcher to fetch complete Amazon product data including title, current price, ...
Invokes Amazon Product Fetcher with the right parameters and returns the result directly in the conversation
What can I do with Amazon Product Fetcher in my product manager workflow?
Lists the top use cases for Amazon Product Fetcher, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/amazon-product-fetcher/ 目录(个人级,所有项目可用),或 .claude/skills/amazon-product-fetcher/(项目级)。重启 AI 客户端后,用 /amazon-product-fetcher 主动调用,或让 AI 根据上下文自动发现并使用。
Amazon Product Fetcher 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Amazon Product Fetcher 可免费安装使用。请查阅仓库了解许可证信息。
Fetch complete Amazon product data including title, current price, currency, star rating, review count, availability, main image, and product URL. Works from...
Amazon Product Fetcher 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Amazon Product Fetcher
Identifies repetitive steps in your workflow and sets up Amazon Product Fetcher to handle them automatically