All sites
Data API
YouTube Data API
Videos, channels, playlists, comments and search from YouTube.
40endpointsRate Limit handled for you
Example
youtube.com
ExampleJSON responseclick the page to trace a field
{
"results": [
{
"id": "abc123XYZ90",
"title": "This trick blew my mind",
"channel": null,
"published": null,
"duration": null,
"views": "22M views",
"thumbnail": "https://i.ytimg.com/vi/abc123XYZ90/oardefault.jpg",
"is_short": true,
"url": "https://www.youtube.com/shorts/abc123XYZ90",
"scraped_at": "2026-08-10T21:05:13.482911+00:00"
}
]
}
GET
/v1/data/youtube/trending/shorts1 credit / runTrending Shorts
Trending Shorts shelf.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| Advanced filters | |||
| gl | string | no | Region. (default: US) |
| continuation | string | no | Token. |