All sites
Data API
YouTube Data API
Videos, channels, playlists, comments and search from YouTube.
40endpointsRate Limit handled for you
Example (captured live)
youtube.com
ExampleJSON responseclick the page to trace a field
{
"results": [
{
"id": "dQw4w9WgXcQ",
"title": "Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)",
"channel": "Rick Astley",
"views": "1806413568",
"duration_s": "213",
"scraped_at": "2026-08-21T08:46:19.111298+00:00"
},
{
"id": "9bZkp7q19f0",
"title": "PSY - GANGNAM STYLE(강남스타일) M/V",
"channel": "officialpsy",
"views": "6034495493",
"duration_s": "252",
"scraped_at": "2026-08-21T08:46:19.111298+00:00"
}
]
}
POST
/v1/data/youtube/videos/batch1 credit / run VerifiedVideos Batch
Up to 50 videos in one request.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| video_ids | array | yes | List of video ids (max 50). |