Loading...
Loading...
Automated Google Trends research via Node.js CLI. Search YouTube, Web, Images, News for rising/breakout queries. Use for Phase 1 Strategy research or any topic validation.
npx skill4agent add jstarfilms/vibecode-protocol-suite google-trends# Check Node
node --version
# Install dependencies (first-time only)
cd ~/.gemini/antigravity/skills/google-trends/scripts
pnpm install# Basic search (YouTube, Last 7 Days, Tech category)
node ~/.gemini/antigravity/skills/google-trends/scripts/search.js -k "Claude AI"
# Search Web instead of YouTube
node ~/.gemini/antigravity/skills/google-trends/scripts/search.js -k "AI agents" -p web
# Extended time range (1 month)
node ~/.gemini/antigravity/skills/google-trends/scripts/search.js -k "VibeCoding" -t "now 1-m"
# Output as JSON for piping
node ~/.gemini/antigravity/skills/google-trends/scripts/search.js -k "Cursor IDE" -o jsonUsage: search.js [options]
Options:
-k, --keyword <string> Topic to search (required)
-p, --property <string> youtube | web | images | news | froogle (default: youtube)
-t, --time <string> now 7-d | now 1-m | today 3-m | today 12-m (default: now 7-d)
-c, --category <number> Google Trends category ID (default: 5 = Tech)
-o, --output <string> table | json | markdown (default: table)
-f, --file <path> Save output to file (optional)
--interest Include interest-over-time data (default: false)
-h, --help Show help| Value | What It Searches |
|---|---|
| YouTube Search trends |
| Google Web Search trends |
| Google Images trends |
| Google News trends |
| Google Shopping trends |
| Value | Period |
|---|---|
| Last 7 days |
| Last 30 days |
| Last 90 days |
| Last 12 months |
| ID | Category |
|---|---|
| 5 | Computers & Electronics (Tech) |
| 13 | Arts & Entertainment |
| 174 | Sports |
| 3 | Business & Industrial |
/youtube-phase1-strategy# Check if "Claude Cowork" is rising on YouTube
node ~/.gemini/antigravity/skills/google-trends/scripts/search.js -k "Claude Cowork" -p youtube -t "now 7-d"BREAKOUT# Is "RAG" still trending in AI?
node ~/.gemini/antigravity/skills/google-trends/scripts/search.js -k "RAG AI" -p web -t "today 3-m" --interest[TrendProbe] Searching: "Claude AI" on YouTube (Last 7 days)
--- Related Queries (Top) ---
1. claude ai assistant (100)
2. anthropic claude (81)
3. claude vs chatgpt (45)
--- Related Queries (Rising) ---
1. anthropic (BREAKOUT)
2. claude code (450%){
"keyword": "Claude AI",
"property": "youtube",
"time": "now 7-d",
"top": [...],
"rising": [...]
}## Claude AI (YouTube, 7 days)
### Top Queries
1. claude ai assistant (100)
...-c