video_metadata
Extract YouTube video metadata including title, description, view counts, duration, tags, and channel information directly from video URLs for research and analysis purposes.
Instructions
Fetch YouTube video metadata without Gemini analysis.
Returns title, description, view/like/comment counts, duration, tags, channel info, category, and language. Costs 1 YouTube API unit, 0 Gemini units.
Args: url: YouTube video URL.
Returns: Dict matching VideoMetadata schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL (youtube.com or youtu.be) |