Install
openclaw skills install google-trends-rssFetch 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...
openclaw skills install google-trends-rssUse this skill to get Google Trends daily trending searches quickly, without browser scraping.
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
HK, US, JP, etc.).daily --geo <CODE>.table for terminal quick checkjson for downstream automationmarkdown for chat/report paste--out:
.json for structured pipelines.csv for Sheets importpython scripts/google_trends_rss.py list-geos
python scripts/google_trends_rss.py daily --geo HK --limit 20 --sort traffic --format table
Options:
--geo (required): region code--limit (default 20): max trend rows--format (table|json|markdown, default table)--sort (traffic|feed|recency, default traffic)
traffic: hottest-first by approx_trafficfeed: keep RSS original orderrecency: newest-first by pubDate--out: optional file path (.json or .csv)--timeout (default 20)Each trend includes:
titleapprox_trafficlinkpub_datepicturetitle/snippet/url/source)references/google-trends-connector-notes.mdscripts/google_trends_rss.pyreferences/google-trends-connector-notes.md