Skip to content

Get YouTube comments

GET
/v1/youtube-comments

Extract video comments with pagination.

Provide either video_id or url. Use continuation for subsequent pages.

Credits: 1 per request.

video_id
string

YouTube video ID.

url
string

YouTube video URL.

continuation
string

Pagination token from previous response.

Paginated comments.

object
comments
Array<object>
object
id
string
text
string
author
string
author_channel_id
string
likes
integer
reply_count
integer
published_at
string
pagination
object
continuation
string
has_more
boolean
X-Credits-Used
integer
X-Credits-Remaining
integer

Missing or invalid API key.

object
error

Error message.

string
Example
invalid or inactive api_key

Insufficient credits.

Rate limit exceeded.

object
error

Error message.

string
Example
invalid or inactive api_key
Retry-After
integer

Seconds to wait before retrying.