get_channel_details
Retrieve YouTube channel details by ID, handle, or username to get subscriber counts, total views, and uploads playlist ID.
Instructions
Retrieve channel information, subscriber counts, total views, and uploads playlist ID.
Provide at least one identifier: channel_id (e.g. 'UC...'), for_handle (e.g. '@mkbhd'), or for_username.
Args: channel_id: YouTube Channel ID (e.g., 'UCBJycsmduvYEL83R_U4JriQ'). for_handle: YouTube Channel handle with or without '@' (e.g., '@mkbhd' or 'veritasium'). for_username: YouTube channel legacy username. raw: If True, returns unaltered raw YouTube Data API response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| channel_id | No | ||
| for_handle | No | ||
| for_username | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |