Youtube Scraper API V2
This YouTube API provides fast and scalable access to public YouTube data for developers and SaaS products. The API supports YouTube search results, videos, Shorts, channels, playlists, comments, hashtags, trending content, autocomplete suggestions, and detailed video metadata. It allows you to fetch structured YouTube data for keyword research, content analysis, video discovery, and trend…
Youtube Scraper API V2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get channel details /api/v1/chanel/detail |
Get detailed information about a YouTube channel |
| GET |
Get trending videos /api/v1/trending/video |
Get trending videos based on geographical location |
| GET |
Get video detail /api/v1/video/detail |
Get detailed information about a YouTube video |
| GET |
Get channel videos /api/v1/chanel/videos |
Get list of videos from a YouTube channel |
| GET |
Get video comments /api/v1/video/comments |
Get comments for a YouTube video with optional sorting and pagination |
| GET |
Get top short trending songs /api/v1/trending/top-short-song |
Get top short trending songs based on geographical location |
| GET |
Get reply comments /api/v1/video/reply-comments |
Get reply comments for a specific comment using a continuation token. The continuation token is obtained from the parent comment response. |
| GET |
Get channel playlists /api/v1/chanel/playlists |
Get list of playlists from a YouTube channel |
| GET |
Get top trending videos /api/v1/trending/top-video |
Get top trending videos based on geographical location |
| GET |
Get channel releases /api/v1/chanel/releases |
Get list of releases from a YouTube channel |
| GET |
Get channel posts /api/v1/chanel/posts |
Get list of posts from a YouTube channel (community tab) |
| GET |
Get channel shorts /api/v1/chanel/shorts |
Get list of shorts from a YouTube channel |
| GET |
Get trending artists /api/v1/trending/artist |
Get trending artists based on geographical location |
| GET |
Get channel store /api/v1/chanel/store |
Get list of products from a YouTube channel store |
| GET |
Channel Search /api/v1/chanel/search |
Search for content within a specific YouTube channel |
| GET |
Get trending songs /api/v1/trending/song |
Get trending songs based on geographical location |
| GET |
Search /api/v1/search |
Search the content of the platform, like search video, music etc. |
| GET |
Search suggestions /api/v1/suggestions |
Search suggestions based on keyword input |