youtube
Scrape YouTube data for comments, channels, and videos without the official Data API quota limits. - **Get video comments** - **Search channels** and **videos** - **Scrape videos by channel** or **keywords**
youtube endpoints
| Method | Endpoint | Description |
|---|---|---|
| Comments | ||
| GET |
youtube-comments /comments |
Fetch comments for a YouTube video. Example: - videoId=7bjYAnSLBZo&size=10&sort_by=top |
| Scraper | ||
| GET |
youtube-scraper-by-channel /scraper/by-channel |
Scrape videos or Shorts from a YouTube channel. Example: - channel=@nike&size=2&type=videos&sort=Popular |
| GET |
youtube-scraper-by-keywords /scraper/by-keywords |
Scrape videos or Shorts matching a keyword query. Example: - keywords=beauty candle&size=5&type=videos |
| Search | ||
| GET |
youtube-search-video /search/video |
Search YouTube videos by keyword, with optional upload-date and duration filters. Example: - keywords=nike&size=2&sort_by=Relevance&upload_date=This week&duration=4 - 20 minutes |
| GET |
youtube-search-channel /search/channel |
Search YouTube channels by keyword. Example: - keywords=nike&size=5&sort=Relevance |
youtube pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $30 / month | — |
|