Get ALL comment replies for a particular root comment (instead of just the first 5 as the other comment endpoints return).
Wrapper around the official YouTube Comments API endpoint.
comment_id
Required
The comment ID to get the replies for. Use a comment scraping endpoint like https://stevesie.com/apps/youtube-api/video-comments to get these as the id
field in the items
collection.
auth_token
Required
Your YouTube API Key - see how to get your YouTube API Key if you need help.
page_token
Optional
Pagination token from the previous response. Leave this blank at first and then look for the nextPageToken
value in the response’s root collection to get the next page of results.
part
Default id,snippet
Part to return
limit
Optional
How many comments to return per request.
Get ALL comment replies for a particular root comment (instead of just the first 5 as the other comment endpoints return).
Wrapper around the official YouTube Comments API endpoint.
/youtube/v3/comments
?part={{part}}&key={{auth_token}}&pageToken={{page_token}}&maxResults={{ limit }}&parentId={{comment_id}}
Body
Headers