{
  "config": {
    "search_results_per_topic": 20,
    "top_videos_to_process": 3,
    "min_views": 100,
    "max_age_days": 365,
    "exclude_shorts": true,
    "min_duration_seconds": 180,
    "output_summary": true
  },
  "topics": [
    {
      "query": "Clawdbot tutorial",
      "category": "clawdbot",
      "enabled": true,
      "priority": 1,
      "note": "Primary product name"
    },
    {
      "query": "Clawdbot setup guide",
      "category": "clawdbot",
      "enabled": true,
      "priority": 1,
      "note": "Setup/installation content"
    },
    {
      "query": "ClawBot",
      "category": "clawdbot",
      "enabled": true,
      "priority": 1,
      "note": "Alternative spelling without 'd'"
    },
    {
      "query": "OpenBot AI",
      "category": "clawdbot",
      "enabled": true,
      "priority": 1,
      "note": "Alternative product name"
    },
    {
      "query": "OpenCoast AI",
      "category": "clawdbot",
      "enabled": true,
      "priority": 1,
      "note": "Another product name variation"
    },
    {
      "query": "AI agent automation",
      "category": "ai-agents",
      "enabled": true,
      "priority": 2,
      "note": "General AI agent content"
    },
    {
      "query": "Claude AI automation",
      "category": "ai-agents",
      "enabled": true,
      "priority": 2,
      "note": "Claude-specific automation"
    },
    {
      "query": "Claude agent",
      "category": "ai-agents",
      "enabled": true,
      "priority": 2,
      "note": "Claude-based agents"
    },
    {
      "query": "autonomous AI assistant",
      "category": "ai-agents",
      "enabled": true,
      "priority": 2,
      "note": "Autonomous AI systems"
    },
    {
      "query": "AI COO",
      "category": "business-ai",
      "enabled": true,
      "priority": 2,
      "note": "AI Chief Operating Officer concept"
    },
    {
      "query": "AI COO autonomous agents",
      "category": "business-ai",
      "enabled": true,
      "priority": 2,
      "note": "Business AI automation"
    },
    {
      "query": "AI business automation 2024",
      "category": "business-ai",
      "enabled": true,
      "priority": 2,
      "note": "Current year trends"
    },
    {
      "query": "construction tech Australia",
      "category": "industry",
      "enabled": false,
      "priority": 3,
      "note": "Industry-specific, enable when needed"
    },
    {
      "query": "tradie app marketplace",
      "category": "industry",
      "enabled": false,
      "priority": 3,
      "note": "RateRight competitors"
    }
  ],
  "filters": {
    "exclude_channels": [],
    "exclude_keywords": ["scam", "fake", "clickbait"],
    "preferred_channels": ["Alex Finn Official"],
    "language": "en"
  },
  "notes": [
    "Set 'enabled': false to skip a topic",
    "Priority 1 = always process, 2 = if quota available, 3 = only if requested",
    "Add new topics to the 'topics' array",
    "Adjust 'top_videos_to_process' to control batch size"
  ]
}
