Get YouTube comments
GET /v1/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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” video_id
string
YouTube video ID.
url
string
YouTube video URL.
continuation
string
Pagination token from previous response.
Responses
Section titled “ Responses ”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
Headers
Section titled “Headers ” X-Credits-Used
integer
X-Credits-Remaining
integer
Missing or invalid API key.
object
error
Error message.
string
Example
invalid or inactive api_keyInsufficient credits.
Rate limit exceeded.
object
error
Error message.
string
Example
invalid or inactive api_keyHeaders
Section titled “Headers ” Retry-After
integer
Seconds to wait before retrying.