Unlock YouTube Video Insights with AI Analysis
detail.loadingPreview
Streamline your content analysis by automatically extracting YouTube video transcripts and generating AI-powered summaries. This workflow leverages advanced AI models to provide concise, structured insights from any YouTube video.
About This Workflow
This powerful n8n workflow automates the process of dissecting YouTube video content. It begins by extracting the YouTube Video ID from a provided URL. Then, it utilizes the youtube-transcript.io API to fetch the video's transcript. An IF node checks for the existence of the transcript, ensuring that subsequent processing only occurs when data is available. The core of the analysis is performed by a Langchain LLM Chain, which processes the full transcript. This AI-powered step generates a structured summary, including a title and detailed text, adhering to specific formatting and content guidelines. Finally, the extracted title and summary are used to send an email notification, making valuable insights readily accessible.
Key Features
- Automated YouTube Transcript Extraction: Effortlessly retrieves transcripts from any YouTube video URL.
- AI-Powered Content Analysis: Utilizes advanced language models (OpenAI, OpenRouter, DeepSeek) for deep content understanding.
- Structured Summary Generation: Produces concise, well-organized summaries with titles and key takeaways.
- Customizable Output: Supports various AI models and configurable output schemas for tailored analysis.
- Email Notification System: Delivers analyzed content directly to your inbox for quick review.
How To Use
- Input YouTube URL: In the 'Set YouTube URL' node, paste the URL of the YouTube video you want to analyze.
- Configure YouTube Transcript API: Ensure your
youtube-transcript.ioAPI key is correctly set up in the 'Generate transcript' node's credentials. - Select AI Model: In the 'Analyze LLM Chain' node, choose your preferred AI model and review the prompt to ensure it aligns with your desired analysis output.
- Configure Output Parser: In the 'Structured Output Parser' node, define the schema for your desired output (e.g.,
titleandtext). - Set Up Email Notification: Configure the 'Send Email' node with your SMTP credentials and customize the subject and body to display the analyzed
titleandtext. - Test Workflow: Click 'Test workflow' on the 'When clicking ‘Test workflow’' node to run the automation and receive an email with your analyzed YouTube video content.
Apps Used
Workflow JSON
{
"id": "bf52d773-fd8e-49d7-b6d6-23c91a8385f2",
"name": "Unlock YouTube Video Insights with AI Analysis",
"nodes": 24,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: bf52d773-fd8e...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.