Extract YouTube comments — text, likes, replies, author details, and publish date — from any video URL
Sample
Here's a sample run pulling top comments from Steve Jobs' Stanford commencement speech, showing the exact schema and results you can expect.
| # | Comment | Likes | Replies | Author | Author Channel ID | Author Verified | Author Is Artist | Author Is Owner | Published | Published (relative) | Comment ID | Video URL | Comment URL |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | "Your time is limited, so don't waste it living someone else's life" - Steve Jobs | 12,000 | 52 | @frea05 | UC9cOXafVqm4M7jHPy6axtmg | false | false | false | 2021-08-16T00:00:00Z | 5 years ago | UgxliuUei-a616X3PcV4AaABAg | ||
2 | Who is listening to this in 2026? | 11,000 | 673 | @noyonbaishnab4175 | UC4AQOStcNDv-zvfwuzvgHiQ | false | false | false | 2024-08-16T00:00:00Z | 2 years ago (edited) | UgyNg3HEKN3FA4sKxgx4AaABAg | ||
3 | When I'm lost, depressed, happy, or anything else, I come here. The best medicine. | 6,500 | 42 | @chvishnu619 | UCnH56Tp7WRuF409xz1npzBQ | false | false | false | 2018-08-16T00:00:00Z | 8 years ago (edited) | UgwJQLUUHfPIV-U30Qh4AaABAg | ||
4 | Here I am watching this on my iPhone...Thank you Steve.... | 14,000 | 125 | @DoctorNajeeb | UCPHpx55tgrbm8FrYYCflAHw | true | false | false | 2020-08-16T00:00:00Z | 6 years ago | UgwNojWYwIkIEqQQbZB4AaABAg | ||
5 | This single speech has kept countless dreams alive | 985 | 7 | @madhavgoyal9064 | UC0O_0UtqBI85fh40AFvNVjQ | false | false | false | 2025-08-16T00:00:00Z | 1 year ago | UgwwR2XvpPNZTIlzJIR4AaABAg | ||
6 | This is one of the greatest speeches I've heard. Stanford graduates are lucky to have such an intelligent person speak in front of them! | 12,000 | 96 | @KobesMind | UCaLxHBIJ9j9chgU9d1A9-ow | true | false | false | 2016-08-16T00:00:00Z | 10 years ago | UggwNRVmFyNJMXgCoAEC | ||
7 | Good to see that Stanford doesn't disable comments like Harvard does. | 2,500 | 11 | @madhavdaga | UCaI8gKcbfB9Lv72GvxMkmZA | false | false | false | 2020-08-16T00:00:00Z | 6 years ago | UgzH8gHfMiEyVYUoYAJ4AaABAg | ||
8 | When I feel lost, I always come to this speech. It reignites my mind and efforts. | 3,000 | 21 | @wonderfulmkhutche5422 | UCf0_mIW58YlnjybxGxYFF7w | false | false | false | 2022-08-16T00:00:00Z | 4 years ago | Ugy1am4dn9e0DL4-IEJ4AaABAg | ||
9 | My heart cracked when I heard him say, "I got the surgery, and I'm fine now... I hope to live a few more decades." | 2,500 | 30 | @StrongbyLee | UCSpamm7ZsuQtMoyKFNxK_oQ | false | false | false | 2020-08-16T00:00:00Z | 6 years ago | Ugxlu91lvkKisLGl_d14AaABAg | ||
10 | A few hours before the New Year 2026, this message is still true today. 20 years later. Follow your heart kids! | 378 | 6 | @komradkookoo | UCKAsgeaSPcS_kaHERhv_KWg | false | false | false | 2026-01-16T00:00:00Z | 7 months ago | Ugx6SsAJAjGhlYAgD-h4AaABAg |
Playground
Advanced parameters are collapsed below.
Fill in the fields below or .
curl -X POST https://api.mindcase.co/v1/data/youtube/comments/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"videoUrl": ""
}
}'Overview
YouTube Comments extracts data from public video threads. It returns the Comment Text, Author, Likes, Reply Count, and whether the creator hearted the comment.
Data scientists use YouTube Comments to perform sentiment analysis on product reviews. Community managers use it to identify top fans and common questions across video series.
Examples
A few common ways teams put YouTube Comments API to work — copy a prompt below to try it yourself.
Identify common feedback and recurring questions from product launch videos.
Track how audiences respond to competitor feature announcements or tutorials.
Isolate specific technical issues or feature requests mentioned in gameplay footage.
Isolate comments that received a heart or reply from the channel owner.
Get started
Sign up to run live queries against YouTube Comments API via chat, form, or API.
FAQ
Related
YouTube channel details — subscribers, total views and videos, description, country, join date, verification and social links. By URL, @handle or search.
YouTube videos and Reels by search, channel URL or video URL — views, likes, comments, duration, publish date, description, keywords and thumbnails.