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
{
"post_id": "UgkxABCdEfGhIjKlMnOpQrStUvWxYz012345",
"comments": [
{
"id": "UgxABCdEfGhIjKlMnOpQrStUvWxYz012345.9abc1234def",
"text": "Can't wait for the next video!",
"author": "@superfan99",
"author_channel_id": "UCabcdef1234567890ABCDEF",
"is_verified": false,
"published": "5 hours ago",
"reply_level": 0,
"scraped_at": "2026-08-10T21:05:13.482911+00:00"
}
]
}
GET
/v1/data/youtube/posts/{post_id}/comments1 credit / runPost Comments
Comments on a community post.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| post_id | string | yes | Post id. |
| Advanced filters | |||
| continuation | string | no | Token. |