Youtube Data Scraper
A simple API to scrape core data from a YouTube video id. Get the video title, description, view count, likes, upload date, channel info, and comments in a clean JSON format.
Youtube Data Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| Video | ||
| GET |
Full Data /video/{id} |
Returns the full data of a Youtube video |
| GET |
Snippet /video/snippet/{id} |
Returns the snippet of a Youtube video |
| GET |
Content Details /video/cd/{id} |
Returns the content of a Youtube video |
| GET |
Status /video/status/{id} |
Returns the status of a Youtube video |
| GET |
Statistics /video/statistics/{id} |
Returns the statistics of a Youtube video |
| GET |
Player /video/player/{id} |
Returns the video player of a Youtube video |
Youtube Data Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $6 / month | 100 / hour |
|
| ULTRA Recommended | $12 / month | 200 / hour |
|