YouTube Comments API

Read YouTube comments with totals, newest or top sort, and reply cursors. No Google API key.

What the YouTube comments API returns

Example

curl --request GET \
  --url 'https://youtube-public-data-api.p.rapidapi.com/video/comments?id=dQw4w9WgXcQ' \
  --header 'X-RapidAPI-Host: youtube-public-data-api.p.rapidapi.com' \
  --header 'X-RapidAPI-Key: YOUR_RAPIDAPI_KEY'

Continue with cursor / next_page_token. Community post comments use /community-post/comments.

Related: YouTube search API · YouTube API without a Google key · all endpoints

Subscribe on RapidAPI