Prompts / YouTube Keyword Analyzer AI Prompt

YouTube Keyword Analyzer AI Prompt

by hassancs91

0

The Prompt I used to build the YouTube Keyword Tool on ToolerBox

Code Assistance Research Assistant #lwh
Version imports

Try This Prompt

Prompt Template

`Analyze the YouTube/video keyword {{keyword}} for current trends and search potential.

Research the following using web search:
1. Recent viral videos or trends related to {{keyword}}
2. News, events, or announcements driving searches for "${keyword}"
3. Current popularity and saturation level
4. Seasonal patterns or time-sensitive factors
5. Growth trajectory over the last 30 days
6. Competition from established creators

Based on your web search findings, provide scores (0.0 to 1.0) for:
- trend_score: How trending/viral is this RIGHT NOW (1.0 = extremely viral)
- freshness_score: How new/emerging (1.0 = brand new topic, 0.0 = old/established)
- competition_estimate: Competition level (1.0 = extremely competitive)
- viral_potential: Likelihood to go viral in next 7 days (1.0 = very likely)
- seasonal_factor: Current seasonal relevance (1.0 = peak season now)
- overall_weight: Combined importance score
- confidence: Your confidence in this analysis

Context: The analysis is for {{country}} market.

Return ONLY a valid JSON object with these exact fields:
{
  "keyword": "{{keyword}}",
  "trend_score": 0.0,
  "freshness_score": 0.0,
  "competition_estimate": 0.0,
  "viral_potential": 0.0,
  "seasonal_factor": 0.0,
  "overall_weight": 0.0,
  "confidence": 0.0,
  "insights": "Brief explanation of scores",
  "last_checked": "date"
}`