YouTube Channel Analytics
Deep dive into YouTube data! 🎥  **Channel Intelligence:** • Subscriber counts and growth trends • Total views and video count • Channel description and metadata • Upload frequency analysis • Playlist organization • Featured channels and collaborations • Social media links • Monetization indicators **Video-Level Data:**…
YouTube Channel Analytics endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/youtube/channel/{channel_id} /youtube/channel/{channel_id} |
Get channel information - Returns: channel_id, title, description, subscriber_count, video_count, view_count, join_date, thumbnail_url, country, custom_url |
| GET |
/youtube/channel/videos/{channel_id} /youtube/channel/videos/{channel_id} |
- Get channel's videos - Parameters: limit (int, optional), sort_by (string, optional) - Returns: videos (array), total_results |
| GET |
/youtube/video/{video_id} /youtube/video/{video_id} |
Get detailed video data - Returns: title, description, view_count, like_count, comment_count, duration, upload_date, tags, category, thumbnail_urls, channel_info |
| GET |
/youtube/video/transcript/{video_id} /youtube/video/transcript/{video_id} |
Get video transcript - Parameters: language (string, optional) - Returns: transcript (array), language, auto_generated (boolean) |
| GET |
/youtube/search /youtube/search |
Search YouTube videos - Parameters: query (string), limit (int, optional) - Returns: results (array) |
| GET |
/youtube/video/comments/{video_id} /youtube/video/comments/{video_id} |
Get video comments - Parameters: limit (int, optional), sort_by (string, optional) - Returns: comments (array), total_comments |