返回顶部
g

google-trends谷歌趋势查询

Fetch and structure Google Trends daily trending-search data by country/region via the public RSS feed. Use when users ask for Google Trends snapshots, country comparisons, top daily searches, related news context, or export-ready trend tables (JSON/CSV/markdown) for Sheets/docs/reporting.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
338
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

google-trends

技能名称: google-trends
详细描述:

Google Trends

使用此技能可快速获取 Google 趋势每日热门搜索,无需浏览器抓取。

快速开始

bash
python scripts/googletrendsrss.py list-geos
python scripts/googletrendsrss.py daily --geo HK --limit 20 --sort traffic --format table
python scripts/googletrendsrss.py daily --geo US --sort traffic --format json --out /tmp/us-trends.json
python scripts/googletrendsrss.py daily --geo JP --sort traffic --out /tmp/jp-trends.csv

工作流程

  1. 1. 选择地区代码(HK、US、JP 等)。
  2. 使用 daily --geo 获取每日趋势。
  3. 选择输出格式:
- table 用于终端快速查看 - json 用于下游自动化 - markdown 用于聊天/报告粘贴
  1. 4. 如需保存,使用 --out 参数:
- .json 用于结构化管道 - .csv 用于导入表格

命令

1) 列出常用地区代码

bash
python scripts/googletrendsrss.py list-geos

2) 获取每日趋势

bash
python scripts/googletrendsrss.py daily --geo HK --limit 20 --sort traffic --format table

选项:

  • - --geo(必填):地区代码
  • --limit(默认 20):最大趋势行数
  • --format(table|json|markdown,默认 table)
  • --sort(traffic|feed|recency,默认 traffic)

- traffic:按 approx_traffic 热度优先
- feed:保持 RSS 原始顺序
- recency:按 pubDate 最新优先
  • - --out:可选文件路径(.json 或 .csv)
  • --timeout(默认 20)

输出结构

每条趋势包含:

  • - title
  • approxtraffic
  • link
  • pubdate
  • picture
  • 最多 2 条相关新闻条目(title/snippet/url/source)

注意事项

  • - 此技能针对 每日热门搜索 数据源(非完整历史关键词时间序列)。
  • 数据源:按地区划分的 Google 趋势 RSS 端点。
  • 保持解析的防御性;数据源字段可能变化。
  • 如需与现有连接器仓库一致的实现细节,请阅读:
- references/google-trends-connector-notes.md

资源

  • - 脚本:scripts/googletrendsrss.py
  • 参考:references/google-trends-connector-notes.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 google-trends-rss-1776209186 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 google-trends-rss-1776209186 技能

通过命令行安装

skillhub install google-trends-rss-1776209186

下载

⬇ 下载 google-trends v1.0.2(免费)

文件大小: 6.17 KB | 发布时间: 2026-4-15 13:29

v1.0.2 最新 2026-4-15 13:29
Default sorting updated to hottest-first (traffic); add --sort traffic|feed|recency.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部