返回顶部
g

google-trends谷歌趋势

Fetches Google Trends data including daily trending topics, real-time trends, interest by region, related topics, related queries, and autocomplete suggestions. Use when the user asks about trending searches, search popularity, keyword trends, or Google Trends data.

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

google-trends

Google Trends

使用捆绑脚本获取Google Trends数据。无需API密钥。

快速开始

从技能目录运行脚本:

bash
node scripts/trends.mjs <命令> [选项]

可用命令

命令描述
daily-trends获取每日热门搜索话题
realtime-trends
获取实时热门话题 | | autocomplete | 获取关键词的自动补全建议 | | explore | 探索关键词的趋势数据 | | interest-by-region | 按地区获取搜索兴趣分布 | | related-topics | 获取与关键词相关的主题 | | related-queries | 获取与关键词相关的查询 |

使用示例

美国每日热门话题:
bash
node scripts/trends.mjs daily-trends --geo US

实时趋势(最近4小时):
bash
node scripts/trends.mjs realtime-trends --geo US --hours 4

自动补全建议:
bash
node scripts/trends.mjs autocomplete 人工智能

探索关键词:
bash
node scripts/trends.mjs explore 机器学习 --geo US --time now 7-d

按地区兴趣:
bash
node scripts/trends.mjs interest-by-region 比特币 --geo US --resolution REGION

相关主题:
bash
node scripts/trends.mjs related-topics Python编程 --geo US

相关查询:
bash
node scripts/trends.mjs related-queries Python编程 --geo US

选项参考

每个命令的完整选项详情,请参见 reference.md

输出

所有命令均以JSON格式输出到标准输出。解析输出以提取用户所需的相关数据。根据上下文以可读格式(表格、列表、摘要)呈现结果。

错误处理

如果Google对请求进行速率限制,脚本将使用指数退避策略重试(最多3次重试)。如果仍然失败,请通知用户并建议等待后重试。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 google-trends-api-1775932992 技能

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

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

通过命令行安装

skillhub install google-trends-api-1775932992

下载

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

文件大小: 7.69 KB | 发布时间: 2026-4-12 10:08

v1.0.0 最新 2026-4-12 10:08
Initial skill release with big functional update:
- Adds a comprehensive Node.js script to fetch Google Trends data with multiple commands: daily trends, real-time trends, autocomplete, trend exploration, regional interest, related topics, and related queries.
- Replaces previous shell scripts with a unified, script-based interface for running all trend queries.
- Output is standardized as JSON for easy parsing and integration.
- Includes basic error handling with retry logic for rate limiting.
- All usage instructions and commands are documented in the new SKILL.md.

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

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

p2p_official_large
返回顶部