Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve video comments (top-level & replies) API Playground
Returns a page of comments for a specific YouTube video.
GETapiKey3 credits/requestyoutube.commentsResponseDocYouTube
Endpoint details
Returns a page of comments for a specific YouTube video.
- Method
- GET
- Path
- /youtube/comments/{id}
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- YouTube
- Parameters
- 3 documented fields
Request parameters
id:pathcontinuation_token:queryx-api-key:header
Response schema fields
codedatadata.commentsdata.comments[].channel_iddata.comments[].comment_iddata.comments[].contentdata.comments[].continuation_tokendata.comments[].likes_countdata.comments[].published_timedata.comments[].reply_countdata.comments[].user_namedata.continuation_token
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"comments": [
{
"comment_id": "UgzjL_eQm9EVQN5n9Ex4AaABAg",
"content": "This is OpenAI's daily reminder to NOT PUT ADS ON CHATGPT!!!",
"channel_id": "UC1VvgrsdOvQoQvXixTe9Y3Q",
"user_name": "@hudsonsknexproductions",
"published_time": "2025-07-02T17:13:47.01045379Z",
"reply_count": 7
}
],
"continuation_token": "Eg0SC2F0WHlYUDN5WVo0GAYy0AIKpgJnZXRfcmFua2VkX3N0cmVhbXMtLUNxVUJDSUFFRlJlMzBUZ2FtZ0VLbFFFSTJGOFFnQVFZQnlLS0Fac1VKOWstb2JpbmtlTGExaFI3aEhFV..."
}
}cURL example
curl "https://api.crawlora.net/api/v1/youtube/comments/<id>" \
-H "x-api-key: <api-key>"