getVideoDetails
Retrieve detailed metadata and statistics for YouTube videos, including content information and optional tags for keyword extraction.
Instructions
Get detailed information about multiple YouTube videos. Returns comprehensive data including video metadata, statistics, and content details. Use this when you need complete information about specific videos.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
descriptionDetail | No | Controls video description detail to manage token cost. Options: 'NONE' (default, no text), 'SNIPPET' (a brief preview for broad scans), 'LONG' (a 500-char text for deep analysis of specific targets). | NONE |
includeTags | No | Specify 'true' to include the video's 'tags' array in the response, which is useful for extracting niche keywords. The 'tags' are omitted by default to conserve tokens. | |
videoIds | Yes | Array of YouTube video IDs to get details for |