Youtube Transcriber
# YouTube Transcriber API A simple HTTP API for YouTube transcripts, search, channel data, and playlists. Pass a video ID or URL and get back structured JSON. ## What you can do - **Get transcripts** for any public YouTube video in JSON . - **Process up to 50 videos** in a single bulk request. - **Search YouTube** for videos or channels by keyword. - **Resolve channels** from an @handle, channel…
Youtube Transcriber endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Transcript /transcript |
Fetch the transcript of any YouTube video by ID or URL. Returns timestamped segments in JSON or plain text, with optional metadata (title, channel, thumbnail) and language… |
| POST |
Bulk transcript /transcripts/bulk |
Fetch transcripts for up to 50 YouTube videos in a single request. |
| GET |
Search Videos or Channels /search |
Search YouTube videos and channels by keyword. |
| GET |
Resolve Channel /channel/resolve |
Resolve any YouTube channel identifier (@handle, channel URL, or bare UCID) into a channel ID. |
| GET |
List Playlist Videos /playlist/videos |
List videos in a YouTube playlist (regular playlists, channel uploads, liked, favorites). |
| GET |
Search Within Channel /channel/search |
Search videos within a specific YouTube channel by keyword. |
| GET |
List Channel Videos /channel/videos |
List videos uploaded by a YouTube channel, sorted from newest to oldest. |
| GET |
Channel Latest Uploads /channel/latest |
Latest 15 uploads from a YouTube channel, served from the public RSS feed. |
Youtube Transcriber pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO Recommended | $9.99 / month | 350 / minute |
|