Comments
YouTube
Comments
Get top-level comments from a YouTube video, paginated at ~20 per page. Use the continuationToken from each response to load more. Maximum retrievable: ~1,000 comments with order=top or ~7,000 with order=newest. Note: YouTube’s displayed comment count includes reply threads, so the total returned may be lower.
GET
Comments
💳 1 credit per request — returns ~20 comments per page. Use
continuationToken to paginate.Authorizations
Query Parameters
YouTube video URL
Example:
"https://www.youtube.com/watch?v=dQw4w9WgXcQ"
Continuation token to get more comments. Get 'continuationToken' from previous response.
Example:
"4qmFsgKrCBIYVUNkRkpXVWE0M3NtUm00SXBIQnB"
Order of comments
Available options:
top, newest Example:
"top"
Response
Successful response
Key Response Fields:
data.comments[0].id: Unique comment IDdata.comments[0].content: Comment text contentdata.comments[0].publishedTime: ISO timestamp of when the comment was posteddata.comments[0].author.name: Commenter's channel namedata.comments[0].author.channelId: Commenter's YouTube channel IDdata.comments[0].author.avatarUrl: Commenter's avatar image URLdata.comments[0].author.isVerified: Whether the commenter is a verified accountdata.comments[0].engagement.likes: Number of likes on the commentdata.comments[0].engagement.replies: Number of replies to the commentdata.continuationToken: Pagination cursor — pass ascontinuationTokento get the next page