Skip to main content
GET
Comments
💳 1 credit per request — returns ~20 comments per page. Use continuationToken to paginate.

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

YouTube video URL

Example:

"https://www.youtube.com/watch?v=dQw4w9WgXcQ"

continuationToken
string

Continuation token to get more comments. Get 'continuationToken' from previous response.

Example:

"4qmFsgKrCBIYVUNkRkpXVWE0M3NtUm00SXBIQnB"

order
enum<string>

Order of comments

Available options:
top,
newest
Example:

"top"

Response

Successful response

Key Response Fields:

  • data.comments[0].id: Unique comment ID
  • data.comments[0].content: Comment text content
  • data.comments[0].publishedTime: ISO timestamp of when the comment was posted
  • data.comments[0].author.name: Commenter's channel name
  • data.comments[0].author.channelId: Commenter's YouTube channel ID
  • data.comments[0].author.avatarUrl: Commenter's avatar image URL
  • data.comments[0].author.isVerified: Whether the commenter is a verified account
  • data.comments[0].engagement.likes: Number of likes on the comment
  • data.comments[0].engagement.replies: Number of replies to the comment
  • data.continuationToken: Pagination cursor — pass as continuationToken to get the next page