YouTube Data
JSON →Access YouTube video data and transcripts using the YouTube Data API.
Install
npx -y @smithery/cli Tools · 9
- getVideoDetails Get detailed information about multiple YouTube videos including metadata, statistics, and content details
- searchVideos Search for videos based on a query string
- getTranscripts Retrieve transcripts for multiple videos
- getRelatedVideos Get videos related to a specific video based on YouTube's recommendation algorithm
- getChannelStatistics Retrieve detailed metrics for multiple channels including subscriber count, view count, and video count
- getChannelTopVideos Get the most viewed videos from a specific channel
- getVideoEngagementRatio Calculate engagement metrics for multiple videos (views, likes, comments, and engagement ratio)
- getTrendingVideos Get currently popular videos by region and category
- compareVideos Compare statistics across multiple videos
Environment variables
YOUTUBE_API_KEY
Links
★ 60 GitHub stars