YouTube Transcript API
Extract YouTube video transcripts instantly with our YouTube Transcript API. No need for proxies, IP rotation, or complex infrastructure — just a simple API call. Get accurate transcripts for any public video or playlist, ready for analysis, AI models, or automation.
Transcripts
This API allows you to fetch the transcripts of a set of YouTube video IDs.
POST /api/transcripts
Headers
Parameters
Rate Limit
curl -X POST https://www.youtube-transcript.io/api/transcripts \
-H "Authorization: Basic <your-api-token>" \
-H "Content-Type: application/json" \
-d '{"ids": ["jNQXAC9IVRw"]}'Automation Tools
n8n Workflow
Ready-to-use n8n workflow template for automated transcript extraction. Simply import and configure with your API token.
Make Blueprint
Ready-to-use Make blueprint for automated transcript extraction. Simply import and configure with your API token.
Channels
PlusThis API allows you to fetch the channels of a set of YouTube channel external IDs. This API is only available for Plus or Pro users.
POST /api/channels
Headers
Parameters
Rate Limit
curl -X POST https://www.youtube-transcript.io/api/channels \
-H "Authorization: Basic <your-api-token>" \
-H "Content-Type: application/json" \
-d '{"ids": ["jawed"]}'By using this Service, you acknowledge that you have read, understood, and agreed to these Terms of Service.