Skip to main content

YouTube channel monitor with Gemini AI transcription & summarization

Workflow preview

Workflow preview
100%
YouTube channel monitor with Gemini AI transcription & summarization preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n workflow monitors YouTube channels 24/7, transcribes new videos with AI, and scores them by relevance—all automatically saved to Google Sheets. About This n8n workflow automatically monito...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Muhammad Asadullah.

Original n8n.io source

1.1 Workflow description

Title
YouTube channel monitor with Gemini AI transcription & summarization
Workflow name
YouTube channel monitor with Gemini AI transcription & summarization

This n8n workflow monitors YouTube channels 24/7, transcribes new videos with AI, and scores them by relevance—all automatically saved to Google Sheets.

About

This n8n workflow automatically monitors YouTube channels, transcribes new videos, and generates AI-powered summaries with relevance scoring. It pulls channel URLs from a Google Sheet, fetches recent videos (last 14 days), transcribes them using Google Gemini, and saves detailed summaries back to your spreadsheet with relevance scores based on custom criteria.

How It Works

  1. Schedule Trigger: Runs weekly (every 7 days at 7:05 AM)
  2. Fetch Channels: Reads channel URLs and filter criteria from Google Sheets
  3. Process Channels: Loops through each channel and fetches recent videos via YouTube RSS feeds
  4. Filter Videos: Only processes videos from the last 14 days that don't already exist in the database
  5. Transcribe: Uses Google Gemini API to transcribe video content
  6. Summarize & Score: AI agent analyzes transcripts against your criteria and generates:
    • Full 500-word summary in markdown
    • Short bullet-point summary
    • Topic classification
    • Relevance score (1-10)
    • Relevance reasoning
  7. Save Results: Appends or updates video data in Google Sheets

Setup Instructions

Prerequisites

  • n8n instance (cloud or self-hosted)
  • Google account with Sheets API access
  • Google Gemini API key

Step 1: Google Sheets Setup

Create a new Google Spreadsheet with two sheets:

Google Sheet Template: Click here to access

  • Make a copy to your Google Drive
  • Configure the two sheets as described below

Sheet 1: "channels"

  • Column A: category (e.g., "AI Tools", "Marketing")
  • Column B: channels (comma-separated YouTube channel URLs)
  • Column C: video filter criteria (describe what makes videos relevant)

Sheet 2: "videos"

  • Columns: id, title, video url, date, channel, category, topic, summary, short sumary, transcript, relevance score, relevance reason

Step 2: Configure n8n Workflow

  1. Import the workflow JSON into n8n
  2. Google Sheets Authentication:
    • Connect your Google account in both "Get row(s) in sheet" nodes
    • Update the document ID to match your spreadsheet
  3. Gemini API Key:

Step 3: Adjust Settings (Optional)

  • Video lookback period: Edit line 6 in "Videos Posted in Last X days" node (default: 14 days)
  • Videos per channel: Modify the "Limit" node (default: 4 videos)
  • Schedule: Change the "Schedule Trigger5" node timing as needed
  • Wait times: Adjust wait nodes to respect API rate limits

Step 4: Test & Activate

  1. Add a test channel URL to your "channels" sheet
  2. Run the workflow manually to verify it works
  3. Activate the workflow to run on schedule

Notes

  • The workflow includes rate limiting (wait nodes) to avoid API throttling
  • Videos are checked for duplicates before processing
  • Failed transcriptions continue to the next video without stopping the workflow
  • Results are automatically saved to Google Sheets after each video processes

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Structured Output Parser1

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 2 - Google Gemini Chat Model13

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 3 - youtube video summariser

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.5

Block 4 - If4

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 5 - Loop Over Videos

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 6 - Edit Fields1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Youtube Transcriber Gemini

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 9 - check if youtube link

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 10 - Split into individual links

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Loop Over channels

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 12 - set channel

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Get Channel details

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - RSS Read (youtube channel videos)

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 16 - Videos Posted in Last X days (change on line 6)

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - video details

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 18 - If title?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 19 - all videos

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 20 - Video Data and criteria

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Get row(s) in sheet1

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 22 - if not exist in sheet?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 23 - If transcript exists

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 24 - Append or update row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow YouTube channel monitor with Gemini AI transcription & summarization
Complexity advanced
Nodes 33
Categories Market Research, AI Summarization
Author Muhammad Asadullah
Published 04 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9268/9268.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does YouTube channel monitor with Gemini AI transcription & summarization do?

This n8n workflow monitors YouTube channels 24/7, transcribes new videos with AI, and scores them by relevance—all automatically saved to Google Sheets. About This n8n workflow automatically monito...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.