workflows.fit
Back to n8n workflows
n8n templateFreeBy Davide Boizza

Free YouTube video analyzer with AI-powered summaries & email alerts

This workflow is designed to analyze YouTube videos by extracting their transcripts, summarizing the content using AI models, and sending the analysis via email. This workflow is ideal for content creators, marketers,...

CommunicationHITLCore NodesDevelopmentAILangchainManual TriggerCode
Loading interactive preview...

Template notes

This workflow is designed to analyze YouTube videos by extracting their transcripts, summarizing the content using AI models, and sending the analysis via email.

This workflow is ideal for content creators, marketers, or anyone who needs to quickly analyze and summarize YouTube videos for research, content planning, or educational purposes.

How It Works: 1. Trigger: The workflow starts with a manual trigger, allowing you to test it by clicking "Test workflow." You can also set a YouTube video URL manually or dynamically.

2. YouTube Video ID Extraction: - The workflow extracts the YouTube video ID from the provided URL using a custom JavaScript function. This ID is necessary for fetching the transcript.

3. Transcript Generation: - The video ID is sent via an HTTP request to generate the transcript. You need to replace APIKEY with a free API key from the service.

4. Transcript Validation: - The workflow checks if a transcript exists for the video. If a transcript is available, it proceeds; otherwise, it stops.

5. Full Text Extraction: - If a transcript exists, the workflow combines all transcript segments into a single text variable for further analysis.

6. AI-Powered Analysis: - The full transcript is passed to an AI model (DeepSeek, OpenAI, or OpenRouter) for analysis. The AI generates a structured summary, including a title and key points, formatted in markdown.