YouTube
Welcome to the YouTube API! This powerful API provides a wide range of functionalities to access and interact with YouTube data. Whether you need detailed information about videos, captions, comments, channels, or search results, our API has you covered. With endpoints designed to retrieve specific data such as video captions with timestamps, channel playlists, and hashtag-related videos, the…
YouTube endpoints
| Method | Endpoint | Description |
|---|---|---|
| Video | ||
| POST |
Search /search |
Retrieves search results for a specific query. |
| POST |
Video Info /video_info |
Retrieves detailed information about a specific video. |
| POST |
Video Comments /video_comments |
Retrieves comments for a specific video. |
| POST |
Video Caption /video_caption |
Retrieves the text of the subtitles for a specific video. **Currently only works for english** |
| POST |
Video Caption with Time /video_caption_full |
Retrieves subtitles along with their respective timestamps for a specific video. **Currently only works for english** |
| POST |
Hashtag Videos /hashtag_videos |
Retrieves videos associated with a specific hashtag. |
| Channel | ||
| POST |
Resolve URL /resolve_url |
Retrieves a user's userId based on their URL. |
| POST |
Channel Playlist /channel_playlists |
Retrieves all playlists from a specific channel. |
| POST |
Channel Videos /channel_videos |
Retrieves all videos from a specific channel. |
| POST |
Channel Playlist Videos /playlist_videos |
Retrieves all videos from a specific playlist. |
| POST |
Channel Shorts /channel_shorts |
Retrieves all videos from a specific playlist. |
| POST |
Channel Latest /channel_latest |
Retrieves the latest videos from a specific channel. |
| POST |
Channel Info /channel_info |
Retrieves detailed information about a specific channel. |
YouTube pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $150 / month | — |
|