Get video info
get_video_infoRetrieve video metadata including title, channel, duration, tags, and thumbnails from major platforms like YouTube, Twitter, Instagram, and more.
Instructions
Fetch extended metadata for a video (title, channel, duration, tags, thumbnails, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Video URL (supported: YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, Dailymotion, Reddit) or YouTube video ID | |
| format | No | Subtitle format (default from YT_DLP_SUB_FORMAT or srt) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoId | Yes | ||
| title | Yes | ||
| uploader | Yes | ||
| uploaderId | Yes | ||
| channel | Yes | ||
| channelId | Yes | ||
| channelUrl | Yes | ||
| duration | Yes | ||
| description | Yes | ||
| uploadDate | Yes | ||
| webpageUrl | Yes | ||
| viewCount | Yes | ||
| likeCount | Yes | ||
| commentCount | Yes | ||
| tags | Yes | ||
| categories | Yes | ||
| liveStatus | Yes | ||
| isLive | Yes | ||
| wasLive | Yes | ||
| availability | Yes | ||
| thumbnail | Yes | ||
| thumbnails | Yes |