← 返回
未分类

Amz Hot Keywords

Scrape Amazon Brand Analytics (ABA) weekly hot keyword rankings from AMZ123 and return structured keyword trend data. Use when the user asks about Amazon key...
从 AMZ123 抓取亚马逊品牌分析(ABA)每周热门关键词排行榜,返回结构化的关键词趋势数据。用于用户询问亚马逊关键词时使用。
simoncai519 simoncai519 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 434
下载
💾 1
安装
1
版本
#latest

概述

Amazon Hot Keywords Skill

Overview

This skill extracts weekly search‑term rankings from Amazon Brand Analytics via the public AMZ123 site. It returns a CSV (or JSON) containing the keyword, current week rank, last week rank, and trend (up/down/flat/new).

Core Workflow

  1. User provides a base keyword.
  2. scripts/amz_scraper.py launches a headless Selenium Chrome session, navigates to AMZ123, searches the keyword, and scrapes up to 200 related terms.
  3. The script calculates the trend by comparing the current rank with the previous week’s rank.
  4. Results are saved to amz123_hotwords__.csv (or .json).
  5. The file path is returned to the caller.

Usage

# Basic usage – CSV output
python3 $(pwd)/scripts/amz_scraper.py --keyword "dog bed"

# Limit results to 100 entries and specify output folder
python3 $(pwd)/scripts/amz_scraper.py \
    --keyword "yoga mat" \
    --max-results 100 \
    --output-dir ./data

Parameters

FlagRequiredDescriptionDefault
--------------------------------------
--keywordYesSearch term to seed the scrape-
--max-resultsNoMax number of keywords to collect (max 200)200
--output-dirNoDirectory for the CSV/JSON filecurrent directory
--formatNocsv or json (default csv)
--headlessNoRun Chrome headlessly (true/false)true

References

  • See references/workflow.md for a step‑by‑step guide and troubleshooting tips.
  • See references/output.md for the exact CSV column order and JSON schema.

Scripts

The scraper implementation lives in scripts/amz_scraper.py.



Created by Simon Cai · More e-commerce skills: github.com/simoncai519/open-accio-skill

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,086
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 80 📥 38,088
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,326