Extract YouTube auto-generated transcripts for AI analysis and storage

🎬 Extract YouTube auto-generated transcripts and save them for AI processing

Direct YouTube API - Auto-Generated Only Extracts the auto-generated transcript from any YouTube video automatically.

πŸ”„ How It Works (5 Steps) πŸ“₯ Input: youtubeVideoUrl only 🌐 Fetch: GET YouTube page HTML to extract INNERTUBE_API_KEY πŸ”‘ Extract: Parse API key and video ID πŸŽ₯ Metadata: GET caption metadata πŸ€– Auto-Detect: Find auto-generated transcript (kind: asr) πŸ“ Fetch & Parse: Download and clean transcript

πŸ”„ Setup steps Import the workflow to your n8n instance Activate the workflow Provide the YouTube video URL via webhook or manual trigger The workflow will automatically extract the auto-generated transcript Access the results in the specified output format

🎯 Use Cases Extract auto-generated transcripts automatically No language selection needed Perfect for bulk transcript collection AI processing, summarization, analysis Content accessibility

βœ… Output Format { "fullTranscript": "Auto-generated transcript text...", "wordCount": 1234, "transcript": [...timestamps...] } `

0
Downloads
0
Views
7.28
Quality Score
beginner
Complexity
Author:Joel Cantero(View Original β†’)
Created:4/1/2026
Updated:4/7/2026

πŸ”’ Please log in to import templates to n8n and favorite templates

Workflow Visualization

Loading...

Preparing workflow renderer

Comments (0)

Login to post comments