youtube_channel
Retrieve YouTube channel details such as about information, subscriber count, video sections, and Shorts. Requires UC-prefixed channel ID.
Instructions
Scrapes comprehensive YouTube channel data including about info, subscriber counts, video sections, and YouTube Shorts. [Credits: 5 API credits per successful request] Notes: Shares the single /youtube endpoint with all other YouTube tools; presence of channel_id selects Channel behavior. Requires the UC-prefixed channel ID, not a @handle. ENDPOINT VERIFIED LIVE 2026-07-10: docs show bare /youtube but the working endpoint is /youtube/channel. Returns: { about: {description, subscribers, videos, views, joined_date_text, joined_date, links:[{title,link}]}, channel: {handle, id, title, subscribers, videos, keywords, tags[], avatar, banner, is_family_safe, first_link}, highlighted_video: {id,title,link,views,published_time}, videos_sections: [{section_title, videos[]}], shorts_sections: [{section_title, videos: [{position,id,title,link,views,thumbnail}]}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO code of the country from which you are seeking YouTube results. (default: us) | |
| language | No | Language of the results. Possible values: `en`, `es`, `fr`, `de`, etc. (default: en) | |
| channel_id | Yes | The YouTube Channel ID, found in the channel URL (e.g., `youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA`). This is the parameter that selects Channel behavior on the shared /youtube endpoint. |