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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "google-trends" with this command: npx skills add wsjwong/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

  1. Pick geo code (HK, US, JP, etc.).
  2. Fetch daily trends with daily --geo <CODE>.
  3. Choose output format:
    • table for terminal quick check
    • json for downstream automation
    • markdown for chat/report paste
  4. If needed, save with --out:
    • .json for structured pipelines
    • .csv for 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 (default 20): max trend rows
  • --format (table|json|markdown, default table)
  • --sort (traffic|feed|recency, default traffic)
    • traffic: hottest-first by approx_traffic
    • feed: keep RSS original order
    • recency: newest-first by pubDate
  • --out: optional file path (.json or .csv)
  • --timeout (default 20)

Output schema

Each trend includes:

  • title
  • approx_traffic
  • link
  • pub_date
  • picture
  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Trinity Lite

每日自动化能力进化工具。运行后会:1)自检发现能力缺陷,2)自动阅读学习,3)生成新洞察,4)验证能力提升。适合希望持续提升AI能力的用户,每天运行看到具体进步。

Registry SourceRecently Updated
General

CamScanner Erase Handwriting

Use CamScanner to erase handwriting from images while preserving the printed content and original layout. Powered by a high-precision image enhancement engin...

Registry SourceRecently Updated
General

Local Model Quantization Router

Recommend local LLM model routes and quantization levels using hardware, privacy, task complexity, context size, and budget constraints. Use for Qwen/Ollama/...

Registry SourceRecently Updated
General

Siluzan CSO

当用户提问的内容涉及以下内容时,可以使用本SKILL(1)多媒体平台内容(视频/图文)发布与运营(YouTube、TikTok、Instagram、LinkedIn、X、视频号),以及账号授权、数据报表、任务管理;(2)公众号、小红书等内容文案/选题生成——选题/拆解/口播成稿、三库选题;(3)RAG 知识库检索...

Registry SourceRecently Updated