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
{
"comment_id": "UgxKREWxIgDrw8w2e0Z4AaABAg",
"replies": [
{
"id": "UgxKREWxIgDrw8w2e0Z4AaABAg.9abc1234def",
"text": "This is so true, totally agree!",
"author": "@viewer42",
"author_channel_id": "UCabcdef1234567890ABCDEF",
"is_verified": false,
"published": "1 day ago",
"reply_level": 1,
"scraped_at": "2026-08-10T21:05:13.482911+00:00"
}
]
}
GET
/v1/data/youtube/videos/{video_id}/comments/{comment_id}/replies1 credit / runComment Replies
Replies to a comment.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| video_id | string | yes | Video id. |
| comment_id | string | yes | Comment id. |
| continuation | string | yes | Replies continuation token. |