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 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".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "amazon-product-fetcher" with this command: npx skills add mysmth2003/amazon-product-fetcher

Amazon Product Fetcher 🛒

从 Amazon 公开商品页面抓取完整商品数据,无需任何 API Key,纯 Python 标准库。

When to Use

  • "Get the details for this Amazon product: [URL]"
  • "What's the price of ASIN B0XXXXXXXX on Amazon?"
  • "Fetch product info from amazon.com/dp/B0XXXXXXXX"
  • "Look up [product] on Amazon and tell me the price"

Quick Start

# 通过 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

Output Fields

字段说明
asinAmazon 商品编号
title商品标题
price当前价格数字
currency货币符号(如 $
rating星级评分(如 4.5
reviews评论数量
availability库存状态
image_url主图 URL
product_urlAmazon 商品链接

No API Key Needed

直接解析 Amazon 公开商品页面 HTML。使用真实浏览器 User-Agent 避免被屏蔽。

提示: Amazon 偶尔会返回 CAPTCHA 页面。若出现此情况,稍后重试即可。大批量抓取请使用 skill-amazon-spapi(需要卖家凭证)。

Configuration (openclaw.json)

无需配置 API Key。可选配置:

{
  "skills": {
    "entries": {
      "amazon-product-fetcher": {
        "enabled": true
      }
    }
  }
}

Troubleshooting

问题解决方案
价格为空Amazon 可能使用了不同的价格 widget;重试一次
CAPTCHA / 503等待 30 秒后重试
无法从 URL 提取 ASIN改用 --asin 直接传入

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

HashCats Amazon Intelligence

x402 pay-per-call API for Amazon product search, filtering, ranking, detailed extraction, and one-shot "best products" recommendations. No API keys required...

Registry SourceRecently Updated
892Profile unavailable
General

china-shopping-oracle

国内全平台比价工具。Compare prices on Taobao/JD/Pinduoduo. Supports member pricing (88VIP/Plus). 电商比价、购物助手。

Registry SourceRecently Updated
2290Profile unavailable
General

Price Compare

Compare product prices across major US e-commerce platforms. Triggers when the user asks "what's the best price for X", "compare prices", "where to buy [prod...

Registry SourceRecently Updated
2220Profile unavailable
Web3

SP3ND — Buy from Amazon & eBay with USDC

Buy products from Amazon and eBay using USDC on Solana. The cheapest and fastest way for AI agents to purchase physical products with crypto — 0% platform fe...

Registry SourceRecently Updated
6300Profile unavailable