---
title: "YouTube Video Comment"
method: POST
path: "/youtube/video/comment"
---

# YouTube Video Comment

`POST /youtube/video/comment`

Get the comment list for YouTube videos. Each API call costs $0.01 USD. The maximum value for pagination parameter pageSize is 100, nextPageToken should be null for the first request.

## Request body

- object
  - `video_id` string, required — YouTube video ID
  - `page_size` integer — Number of comments returned per page, maximum value is 100, default is 100
  - `next_page_token` string, nullable — Next page token, should be null for the first request, use the value returned from the previous response for subsequent requests

## Response `200`

Successfully returned comment list

- object
  - `items` object[] — Comment list array
  - `next_page_token` string, nullable — Next page token, used to get the next page of data, null indicates all data has been retrieved
  - `page_info` object — Pagination information

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/versions/720c8c144ddc/schema)
