Extract transcripts from external YouTube Videos using YouTube Transcript API
Go to WorkflowDescription
๐ Try It Out!
YouTube Transcript API Extractor (Any Public Video)
Extracts a clean transcript from a videoId using youtube-transcript.io.
๐ฏ Use Cases
AI summaries, sentiment analysis, keyword extraction
Internal indexing/SEO
Content pipelines (blog/newsletter)
Batch transcript processing
๐ How It Works (5 Steps)
๐ฅ Input: youtubeVideoId, apiToken
๐ API: POST to youtube-transcript.io
๐งฉ Parse: Normalizes the response format
๐งน Clean: Normalizes text and whitespace
โ
Output: Transcript + metrics (wordCount/charCount)
๐ How to Use
Payload:
{"youtubeVideoId":"xObjAdhDxBE", "apiToken": "xxxxxxxxxx"}
โ๏ธ Setup:
This sub-workflow is intended to be called from another workflow (Execute Workflow Trigger)