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