Playground

Retrieve video comments (top-level & replies) API playground

Returns a page of comments for a specific YouTube video.

GETapiKey3 credits/requestyoutube.commentsResponseDoc

Selected endpoint

GET /youtube/comments/{id}

Returns a page of comments for a specific YouTube video.

Group
YouTube
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
1
Body parameters
0
GETapiKey3 credits/requestcommentsResponseDoc

Retrieve video comments (top-level & replies)

Returns a page of comments for a specific YouTube video.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "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..."
  }
}