AI Agent for YouTube Comment Analysis & Video Suggestions

  • Thread starter Thread starter prasanna-lakshmi18
  • Start date Start date
P

prasanna-lakshmi18

Guest
This is a submission for the AI Agents Challenge powered by n8n and Bright Data

What I Built​


I built an AI Agent using n8n and Bright Data that analyzes YouTube comments and generates personalized video suggestions and insights.

The goal is to help content creators or marketers understand audience sentiment, find new content opportunities, and improve engagement strategies.

Demo​

n8n Workflow​


I’ve shared the full workflow JSON on GitHub:

πŸ‘‰ View Workflow on GitHub

Technical Implementation​


Here’s how the workflow works step by step:

  1. Trigger β†’ A Schedule Trigger node runs once every week.
  2. Bright Data Scraper (1st Node) β†’ Initiates a scrape of YouTube video comments, generating a snapshotId.
  3. Bright Data Scraper (2nd Node) β†’ Uses the snapshotId to download the comments data.
  4. JavaScript Code Node β†’ Parses and cleans the JSON comment data.
  5. Gemini AI Node β†’ Takes the extracted comments and generates:
    • Engagement strategies
    • Content improvement tips
  6. Email Node β†’ Sends the processed results to the intended recipient automatically.

Bright Data Verified Node​


I used Bright Data’s Verified Node to scrape YouTube comment sections efficiently and reliably. It provides structured JSON data (via snapshotId), which I could easily process inside n8n for further AI analysis.

Journey​


This project taught me how to integrate:

  • Bright Data scraping β†’ for reliable comment extraction
  • n8n workflow automation β†’ to orchestrate the entire process
  • Gemini AI β†’ to provide actionable insights
  • Email automation β†’ for timely delivery of results

Challenges I overcame:

  • Parsing large YouTube comment datasets in n8n
  • Handling async data retrieval with Bright Data’s snapshot mechanism
  • Formatting the AI-generated output in a useful way for creators

I learned how powerful combining data scraping + automation + AI can be in real-world scenarios.

n8n youtube comment analyzer and suggestions ai agent with bright data demonstration screeshot
Output

Continue reading...
 


Join 𝕋𝕄𝕋 on Telegram
Channel PREVIEW:
Back
Top