YouTube Comments Scraper πŸ“ΊπŸ’¬ avatar
YouTube Comments Scraper πŸ“ΊπŸ’¬

Pricing

$19.99/month + usage

Go to Apify Store
YouTube Comments Scraper πŸ“ΊπŸ’¬

YouTube Comments Scraper πŸ“ΊπŸ’¬

Scrape YouTube video comments efficiently with pagination support. Extract comprehensive comment data including text, author, likes, and timestamps for any YouTube video URL.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

23

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Extract comments from any YouTube video efficiently and reliably. This actor helps you gather valuable user feedback and engagement data from YouTube videos.

Features ✨

  • 🎯 Scrape comments from any public YouTube video
  • πŸ“Š Collect comprehensive comment data including:
    • Comment text
    • Author information
    • Likes count
    • Timestamps
    • Reply counts
  • ⚑ Fast and efficient pagination handling
  • πŸ”„ Automatic retry mechanism
  • 🎚️ Configurable maximum items limit
  • πŸ€– Built-in anti-detection mechanisms
  • 🎯 Random delays to avoid rate limiting

Use Cases 🎯

  • πŸ“ˆ Social media engagement analysis
  • πŸ” Market research and user feedback collection
  • πŸ’‘ Content strategy optimization
  • πŸ“Š Sentiment analysis
  • 🎯 Competitor analysis
  • πŸ”¬ Academic research

Input Parameters πŸ“

The actor accepts the following input parameters:

  • videoUrls: Array of YouTube video URLs to scrape comments from
  • maxItems: Maximum number of comments to collect

Output πŸ“€

The actor stores results in dataset, with each record containing:

  • Comment ID
  • Comment text
  • Author name
  • Timestamp
  • Likes count
  • Reply count
  • And more...

Need custom solutions or modifications? Feel free to reach out!

Input Example

A full explanation of an input example in JSON.

{
"videoUrls": ["https://www.youtube.com/watch?v=hql6k88BKP8"],
"maxItems": 30
}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"authorChannelId": "UCz3w4reqgKX2KlFK-yu05Vg",
"authorDisplayName": "@HomeOfKnockouts",
"id": "UgxMUiMBi4jbBjCzALB4AaABAg",
"isPublic": true,
"likeCount": 1,
"publishedAt": "2021-05-11T11:47:04",
"textDisplay": "First",
"totalReplyCount": 2,
"videoId": "hql6k88BKP8"
},
{
"authorChannelId": "UC9LsnGN_JfHUo8EaemR1E9w",
"authorDisplayName": "@baseballlife_1013",
"id": "UgxFrxqwfvFTa5vdjIZ4AaABAg",
"isPublic": true,
"likeCount": 7,
"publishedAt": "2021-05-11T11:47:31",
"textDisplay": "Hi I have a question. How to I keep my eyes able to put contacts in without hurting during allergie season",
"totalReplyCount": 3,
"videoId": "hql6k88BKP8"
},
...
]