YouTube Comments Analyzer avatar

YouTube Comments Analyzer

Pricing

from $0.005 / actor start

Go to Apify Store
YouTube Comments Analyzer

YouTube Comments Analyzer

Analyze YouTube video comments and engagement metrics. Get real-time data on comments, authors, and engagement.

Pricing

from $0.005 / actor start

Rating

0.0

(0)

Developer

wang wei

wang wei

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Extract and analyze comments from YouTube videos.

Features

  • Comment Extraction - Get all top comments
  • Author Data - Channel name, avatar, URL
  • Engagement Metrics - Likes, replies
  • Multi-Video - Analyze multiple videos
  • Temporal Data - Publication dates

How It Works

  1. Enter YouTube video ID
  2. Get comments with author and metrics
  3. Analyze engagement

Input

{
"videoId": "dQw4w9WgXcQ",
"depth": 20
}
FieldRequiredDescription
Video IDYesYouTube video ID
LocationNoDefault: United States
LanguageNoDefault: English

Output

{
"videoId": "dQw4w9WgXcQ",
"authorName": "user123",
"text": "Great video!",
"likesCount": 150,
"replyCount": 5,
"publishedDate": "2024-01-15"
}

Each result includes comment and author details.

How to Run

On Apify:

  1. Go to the actor page
  2. Fill in the input fields
  3. Click "Start"

Locally:

npm install
APIFY_API_KEY=your_key node src/main.js

Use Cases

  • Sentiment analysis
  • Audience research
  • Engagement analysis
  • Comment moderation
  • Community insights

Limitations & Notes

  • Comment counts may be limited by platform
  • Disabled comments not accessible
  • Some fields may be null

License

MIT License - Free to use and modify.