youtube.channel_details
Fetch metadata for a public YouTube channel by channel id or URL.
Accepts a channel id (for example UCJ5v_MCY6GNUBTO8-D3XoAg) or common YouTube channel URLs (for example https://www.youtube.com/@WWE). Returns title, username, description, subscriber and view counts, join date, verification flags, avatar and banner images, keywords, and external links.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | YouTube channel id or URL (for example UCJ5v_MCY6GNUBTO8-D3XoAg or https://www.youtube.com/@WWE). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | No | External links listed on the channel About page. | |
| stats | No | Public channel statistics. | |
| title | No | Channel display name. | |
| avatar | No | Channel avatar images at different sizes. | |
| badges | No | Channel badges (for example Official Artist Channel). | |
| banner | No | Channel banner images for desktop, mobile, and TV layouts. | |
| country | No | Country associated with the channel when available. | |
| keywords | No | Channel keywords from the About page. | |
| username | No | Public @ handle when available. | |
| artistBio | No | Artist bio text when the channel is a music artist. | |
| channelId | No | Canonical YouTube channel id. | |
| isVerified | No | Whether the channel is verified. | |
| joinedDate | No | Channel creation date (ISO 8601). | |
| description | No | Channel About description. | |
| isFamilySafe | No | Whether the channel is marked family safe. | |
| joinedDateText | No | Human-readable join date. | |
| canonicalBaseUrl | No | Canonical channel path on YouTube when available. | |
| hasBusinessEmail | No | Whether a business email is available for contact. | |
| isVerifiedArtist | No | Whether the channel is a verified artist channel. |