YouTube API - Complete Data Extraction
# YouTube Data API Suite - Complete Documentation ## Overview The **YouTube Data API Suite** is a comprehensive, unified platform for extracting and analyzing YouTube content. Whether you're building content analysis tools, creating video discovery applications, or developing AI-powered services, this API suite provides everything you need to interact with YouTube data programmatically. This API…
YouTube API - Complete Data Extraction endpoints
| Method | Endpoint | Description |
|---|---|---|
| YouTube Transcript | ||
| GET |
Get Transcript /youtube/transcript/{id} |
Get transcript for a YouTube video. Supports multiple output formats: - **segments** (default): Returns transcript as an array of segments with timestamps - **paragraph**:… |
| YouTube Search | ||
| GET |
Search Videos /youtube/search |
Search for YouTube videos, channels, or playlists by keyword. Supports advanced filtering by sort order (relevance, views, recent, rating) and result type (video, channel,… |
| YouTube Channel | ||
| GET |
Get Channel Info /youtube/channel/{channel_id} |
Get comprehensive information for a YouTube channel including name, description, subscriber count, video count, avatar, banner, verification status, and more. Supports both… |
| GET |
Get Channel Playlists /youtube/channel/{channel_id}/playlists |
Get playlists from a YouTube channel. Supports both channel ID and handle formats. |
| GET |
Get Channel Videos /youtube/channel/{channel_id}/videos |
Get videos from a YouTube channel. Supports both channel ID and handle formats. |
| YouTube Playlist | ||
| GET |
Get Playlist Videos /youtube/playlist/{playlist_id} |
Get all videos from a YouTube playlist. Returns video IDs and titles for all videos in the playlist. |
| YouTube Video | ||
| GET |
Get Video Chapters /youtube/video/{id}/chapters |
Get chapters for a YouTube video (if available) |
| GET |
Get Video Stats /youtube/video/{id}/stats |
Get statistics (views, likes, comments count) for a YouTube video |
| GET |
Get Video Thumbnails /youtube/video/{id}/thumbnails |
Get all available thumbnail sizes for a YouTube video |
| GET |
Get Video Metadata /youtube/video/{id} |
Get comprehensive metadata for a YouTube video including title, description, duration, view count, channel information, and thumbnail URL. |
| GET |
Get Related Videos /youtube/video/{id}/related |
Get videos related to the specified YouTube video |
YouTube API - Complete Data Extraction pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $4.99 / month | 50 / minute |
|
| ULTRA | $19 / month | 100 / minute |
|
| MEGA | $49 / month | 200 / minute |
|