Skip to content
capzy
All sites
Data API

YouTube Data API

Videos, channels, playlists, comments and search from YouTube.

40endpointsRate Limit handled for you
youtube.comGET/youtube/autoc…GET/youtube/searchGET/youtube/categ…{ } JSON
Example
youtube.com
Example
JSON 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"
}
]
}