Skip to main content

Bulk YouTube channel content analysis with Apify & DeepSeek AI to Google Sheets

Workflow preview

Workflow preview
100%
Bulk YouTube channel content analysis with Apify & DeepSeek AI to Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Watching top YouTubers is now a mainstream way to learn, but watching dozens—or even hundreds—of videos isn’t realistic. This workflow gives learners a fast way to grasp an entire creator’s ca...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserautofixing, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.converttofile

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Bulk YouTube channel content analysis with Apify & DeepSeek AI to Google Sheets
Workflow name
Bulk YouTube channel content analysis with Apify & DeepSeek AI to Google Sheets
🎓📺 Watching top YouTubers is now a mainstream way to learn, but watching dozens—or even hundreds—of videos isn’t realistic. This workflow gives learners a fast way to grasp an entire creator’s catalog at a glance.
📄🔗 Demo Google Sheet: click me

🧠🔍 YouTube Channel Research & Summarization Workflow

👥 Who’s it for

  • 📚 Learners and educators who want a fast overview of a creator’s entire catalog.
  • 🧩 Research, SEO, and content ops teams building an intelligence layer on top of YouTube channels.

⚙️ How it works

  • 📝 Collects parameters via a Form Trigger.
  • 🕷️ Launches an Apify YouTube Scraper, polls for completion, and fetches the final dataset.
  • 💾 Saves the raw JSON to Google Drive, reloads it, and processes records in batches.
  • 🗣️ Auto-selects English subtitles when available, extracts core metadata, and feeds transcript + metadata to an AI Summarization Agent.
  • 📧 Sends a Gmail completion notification when done.

🛠️ How to set up

  1. 🔑 Connect credentials (once)

    • 🗂️ Google Drive
    • 📊 Google Sheets (OAuth enabled)
    • ✉️ Gmail
    • 🧠 DeepSeek API (or alternative LLM); Apify API (YouTube scraper actor)
  2. 📝 Configure the form

    • 🔗 Youtuber_MainPage_URL (e.g., https://www.youtube.com/@n8n-io)
    • 🔢 Total_number_video (tip: use the channel’s current total to crawl all)
    • 🏷️ Storing_Name (used for the Drive filename & the Sheet tab)
    • 🔑 Apify_API (Apify provides $5 free credit per month, which can crawl ~1,000 YouTube videos → https://console.apify.com/)
    • 📧 Email
  3. 📁 Point Sheets & Drive

    • 🔗 Create a Google Sheet and link it to all Google Sheets–related nodes.
    • 💽 Select a Drive folder to save raw CSV backups (optional).

🎛️ How to customize the workflow

  • 🈯 Subtitle logic: Extend the language selector Select_Subtitle_Language to choose English, Mandarin, or another language.
  • 🔔 Notifications: Customize the Gmail subject/body, or add Slack/Teams alerts on success/failure with basic run stats.

📬 Need help? Contact me <[email protected]>

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 - Get_Scraper_Status

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

Block 2 - Start_YouTube_Scraper

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

Block 3 - Check_Scraper_Status

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

Block 4 - Retrieve_Scraped_Data

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

Block 5 - Content_Analysis_Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 6 - Output_Parser_Auto_Fix

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

Block 7 - Structured_Output_Parser

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

Block 8 - Data_Processing_Script

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

Block 9 - Wait_15_Seconds

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

Block 10 - Convert_To_File

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

Block 11 - Upload_To_Google_Drive

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

Block 12 - Extract_From_File

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

Block 13 - Download_From_Google_Drive

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

Block 14 - Process_Each_Video

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

Block 15 - Select_Subtitle_Language

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Parameters

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 19 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 20 - Sticky Note2

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

Block 21 - Sticky Note3

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

Block 22 - Sticky Note4

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

Block 23 - Sticky Note6

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

Block 24 - Sticky Note7

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

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

3. Summary Table

Workflow Bulk YouTube channel content analysis with Apify & DeepSeek AI to Google Sheets
Complexity advanced
Nodes 33
Categories Market Research, AI Summarization
Author OwenLee
Published 18 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9869/9869.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 Bulk YouTube channel content analysis with Apify & DeepSeek AI to Google Sheets do?

Watching top YouTubers is now a mainstream way to learn, but watching dozens—or even hundreds—of videos isn’t realistic. This workflow gives learners a fast way to grasp an entire creator’s ca...

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.