← All skills
Tencent SkillHub · Developer Tools

Amazon Product Scraper

抓取亚马逊产品详情页信息,包括标题、价格、销量、排名、规格和五点描述,生成结构化竞品分析报告。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

抓取亚马逊产品详情页信息,包括标题、价格、销量、排名、规格和五点描述,生成结构化竞品分析报告。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Amazon Product Scraper

亚马逊竞品分析工具 - 使用 OpenClaw 内置浏览器抓取亚马逊产品Listing信息

概述

这个 Skill 用于抓取亚马逊产品页面的完整信息,包括标题、价格、排名、五点描述、规格参数等,生成结构化的竞品分析报告。

触发方式

当用户要求: "抓取亚马逊竞品" "分析亚马逊产品" "查找ASIN信息" "竞品报告" 提供 ASIN (如 B0D3ZBFMW6) 提供亚马逊链接 (如 https://www.amazon.com/dp/B0XXXXX)

1. 打开产品页面

使用 browser 工具打开亚马逊产品页面: targetUrl: https://www.amazon.com/dp/{ASIN}

2. 等待页面加载

等待 3-5 秒让页面完全加载

3. 获取页面快照

使用 browser snapshot 获取完整页面结构

4. 提取关键信息

从快照中提取以下信息: 信息类型提取位置ASIN产品详情页标题heading 标题价格价格区域评分review 区域评论数review countBSR 大类Best Sellers RankBSR 小类Best Sellers Rank五点描述About this item规格参数Technical Specifications套餐变体Variant 区域品牌Brand 字段上架日期Date First Available卖家Seller 信息

5. 生成报告

按照以下模板生成竞品分析报告: # 亚马逊竞品分析报告 **ASIN**: {ASIN} **抓取时间**: {时间} **产品类别**: {类别} --- ## 一、产品基本信息 | 字段 | 内容 | |------|------| | **ASIN** | {ASIN} | | **标题** | {标题} | | **品牌** | {品牌} | | **Manufacturer** | {Manufacturer} | | **上架日期** | {上架日期} | | **店铺** | {店铺} | | **卖家** | {卖家} | --- ## 二、价格信息 | 项目 | 数值 | |------|------| | **当前售价** | {价格} | | **原价** | {原价} | | **折扣** | {折扣} | | **Prime 配送** | {配送} | ### 套餐变体 | 套餐 | 价格 | 库存 | |------|------|------| | {套餐1} | {价格1} | {库存1} | | ... | ... | ... | --- ## 三、排名信息 | 排名维度 | 数据 | |----------|------| | **BSR 大类** | {大类排名} | | **BSR 小类** | {小类排名} | | **月销量** | {月销量} | | **Amazon's Choice** | {是否} | | **评分** | {评分} ({评论数} reviews) | | **返回率** | {返回率} | --- ## 四、规格参数 | 参数 | 值 | |------|-----| | {参数1} | {值1} | | ... | ... | --- ## 五、五点描述 (完整版) 从快照的 "About this item" 部分提取所有五点描述,**完整输出每一行的完整内容**,不要省略。 格式: ```markdown 1. **{标题1}** {完整描述1} 2. **{标题2}** {完整描述2} 3. **{标题3}** {完整描述3} ... (按实际数量完整列出) 重要:每一行的完整文本都要保留,包括emoji、完整句子等,不要截断或省略。

优势

{优势1} {优势2}

弱点

{弱点1} {弱点2}

机会

{机会1} {机会2}

七、定价参考

  • 竞品套餐价格你的定价建议{套餐}{价格}{建议}
  • 文件保存位置: memory/竞品分析报告-{ASIN}.md
  • ### 6. 保存文件
  • 将报告保存到 `memory/竞品分析报告-{ASIN}.md`
  • ### 7. 输出给用户
  • 将完整报告输出给用户审阅
  • ## 重要提示
  • 使用 OpenClaw 内置的 browser 工具,不需要额外 API
  • 亚马逊可能有反爬机制,如果第一次失败可以多试几次
  • 某些信息(如 BSR 大类排名)可能在页面下方,需要滚动查看
  • **五点描述可能不止 5 条,有些产品有 6-8 条,必须完整提取每一行,不要省略**
  • **所有文本都要完整保留,包括 emoji、完整句子,不要截断**
  • ## 示例
  • 用户输入:`B0D3ZBFMW6`
  • 执行结果:生成完整的竞品分析报告并保存到文件
Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc