youtube_video_facts
Retrieve YouTube video metadata such as title, channel, duration, publish date, views, likes, description, and caption languages—without reading the transcript—to answer video-focused questions or verify captions before requesting them.
Instructions
Look up a YouTube video without reading its captions.
Gives you the title, channel, duration, publish date, view and like counts, the description, and which caption languages exist. Far cheaper than pulling a transcript, so start here when the question is about the video rather than its contents, or to check a video has captions before asking for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A youtube.com or youtu.be link |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Canonical watch URL | |
| likes | No | Like count where public | |
| title | No | Video title | |
| views | No | View count | |
| channel | No | Channel name | |
| captions | No | Language codes with human written captions | |
| video_id | Yes | YouTube video id | |
| channel_url | No | Channel URL | |
| description | No | Video description | |
| published_on | No | Upload date, YYYY-MM-DD | |
| auto_captions | No | Language codes with machine generated captions | |
| duration_seconds | No | Length in seconds |