26/12/2025
Case Study: Automated YouTube Video Summarization using n8n
Overview
This project focuses on building an automated n8n workflow that converts YouTube videos into clear, structured summaries. The solution allows users to submit a YouTube video URL through a simple form and automatically generates a summarized version of the video transcript, which is then saved to Google Docs for easy access and review.
Problem Statement
Manually watching long YouTube videos and extracting key points is time-consuming. Users needed an automated solution to quickly summarize video content and store it in a readable format without manual effort.
Solution
An end-to-end automation workflow was created using n8n that:
Accepts a YouTube video URL via a form
Fetches the video transcript using an external API
Converts the transcript into a single clean paragraph
Uses an AI model to generate a concise, structured summary
Automatically saves the summary to a Google Docs document
Workflow Architecture
1: Form Trigger : Collects the YouTube video URL from the user
2: HTTP Request (Apify API) : Retrieves the full video transcript
3: JavaScript Code Node : Merges transcript text into one paragraph
4: OpenAI Model : Summarizes the transcript into key points and takeaways
5: Google Docs Node : Inserts the final summary into a shared document
Tools & Technologies
n8n (Workflow Automation)
Apify YouTube Transcript Scraper API
OpenAI (GPT-3.5 Turbo)
Google Docs API
JavaScript (Data transformation)
Key Features
Fully automated, no manual intervention
Clean and human-readable summaries
Supports long-form video content
Centralized documentation in Google Docs
Scalable for multiple videos
Results & Impact
Reduced video review time by 80%+
Improved productivity for content research
Enabled fast knowledge extraction from video content
Created a reusable workflow for future summarization needs