/install google-trends-rss
Google Trends
Use this skill to get Google Trends daily trending searches quickly, without browser scraping.
Quick start
python scripts/google_trends_rss.py list-geos
python scripts/google_trends_rss.py daily --geo HK --limit 20 --sort traffic --format table
python scripts/google_trends_rss.py daily --geo US --sort traffic --format json --out /tmp/us-trends.json
python scripts/google_trends_rss.py daily --geo JP --sort traffic --out /tmp/jp-trends.csv
Workflow
- Pick geo code (
HK,US,JP, etc.). - Fetch daily trends with
daily --geo \x3CCODE>. - Choose output format:
tablefor terminal quick checkjsonfor downstream automationmarkdownfor chat/report paste
- If needed, save with
--out:.jsonfor structured pipelines.csvfor Sheets import
Commands
1) List common geo codes
python scripts/google_trends_rss.py list-geos
2) Fetch daily trends
python scripts/google_trends_rss.py daily --geo HK --limit 20 --sort traffic --format table
Options:
--geo(required): region code--limit(default20): max trend rows--format(table|json|markdown, defaulttable)--sort(traffic|feed|recency, defaulttraffic)traffic: hottest-first byapprox_trafficfeed: keep RSS original orderrecency: newest-first by pubDate
--out: optional file path (.jsonor.csv)--timeout(default20)
Output schema
Each trend includes:
titleapprox_trafficlinkpub_datepicture- up to 2 related news items (
title/snippet/url/source)
Notes
- This skill targets daily trending searches feed (not full historical keyword timeseries).
- Feed source: Google Trends RSS endpoint by geo.
- Keep parsing defensive; feed fields can evolve.
- For implementation details aligned to the existing connector repo, read:
references/google-trends-connector-notes.md
Resources
- Script:
scripts/google_trends_rss.py - Reference:
references/google-trends-connector-notes.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-trends-rss - After installation, invoke the skill by name or use
/google-trends-rss - Provide required inputs per the skill's parameter spec and get structured output
What is Google Trends RSS?
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, count... It is an AI Agent Skill for Claude Code / OpenClaw, with 411 downloads so far.
How do I install Google Trends RSS?
Run "/install google-trends-rss" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Trends RSS free?
Yes, Google Trends RSS is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Google Trends RSS support?
Google Trends RSS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Trends RSS?
It is built and maintained by Joe Wong (@wsjwong); the current version is v1.0.2.