google-trends
Installation
SKILL.md
Google Trends Scraper & Analyzer
Scrape real Google Trends data, analyze patterns, and deliver actionable recommendations — single keywords or batches. No API keys, no accounts, completely free.
Source: luminati-io/google-trends-api — enhanced with CLI arguments, retry logic, and structured JSON output.
Installation
This skill includes a bundled Python scraper that uses Playwright to automate a real browser visit to Google Trends. First-time setup takes about 2 minutes.
Step 1: Verify Python
python --version # needs 3.9+
If Python is missing: install from python.org. Check "Add to PATH" during install.