← 返回
未分类 中文

google trending

Fetch and display the top trending Google searches in the last 24 hours for any country. Use when the user asks for Google trending topics, trending searches...
获取并展示过去24小时内任意国家的Google热门搜索。当用户询问Google热门话题或热门搜索时使用。
brunovu20
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 236
下载
💾 0
安装
1
版本
#latest

概述

Google Trending

Fetch the top trending Google searches in the last 24 hours via the Google Trends daily RSS feed. No API key required.

Usage

# Top 20 trending searches in the US (default)
python3 scripts/fetch-google-trending.py

# Specific country (ISO 3166-1 alpha-2 code)
python3 scripts/fetch-google-trending.py FR
python3 scripts/fetch-google-trending.py GB
python3 scripts/fetch-google-trending.py JP

# Custom result count
python3 scripts/fetch-google-trending.py US 10

Arguments

PositionDefaultDescription
---------------------------------------------------------
1USCountry code (ISO 3166-1 alpha-2)
220Number of trending topics to show

Output

For each trending topic: rank, search term, approximate search volume, publication time, up to 2 related news headlines with source, and a link to the Google Trends page.

Data source

  • Feed: https://trends.google.com/trending/rss?geo={GEO}
  • Update cadence: refreshed every few hours by Google
  • No auth required: uses only public RSS endpoints and Python stdlib (urllib, xml.etree)

Workflow for the AI agent

  1. Run python3 scripts/fetch-google-trending.py [GEO] [COUNT]
  2. Parse and present the results to the user
  3. If the user asks about a specific trending topic, you can search for more context using WebSearch

Guardrails

  • Data comes directly from Google Trends RSS — do not fabricate traffic numbers or topics.
  • The feed reflects Google's own editorial/algorithmic choices; surface that to the user if asked why a topic appears.
  • If the fetch fails (network error, rate limit), report it clearly and suggest retrying.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-28 13:37

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

openclaw-backup-restore

brunovu20
备份或恢复 OpenClaw 环境,包括配置、代理、技能、凭证和工作区,生成带时间戳的 .tar.gz 便携归档。
★ 0 📥 339

youtube trending

brunovu20
获取并展示全球或按国家/类别划分的热门YouTube视频。当用户询问热门YouTube视频或YouTube上流行内容时使用。
★ 0 📥 208

ai-trending-news

brunovu20
获取、排名并汇总十大热门AI新闻,来源涵盖可信赖的编辑、官方、研究及社区资源,供用户提问时使用。
★ 0 📥 283