Best Youtube Comments Scraper avatar
Best Youtube Comments Scraper

Deprecated

Pricing

$0.05/month + usage

Go to Store
Best Youtube Comments Scraper

Best Youtube Comments Scraper

Deprecated

Developed by

Hafiz Ahmad Ashfaq

Hafiz Ahmad Ashfaq

Maintained by Community

Extract YouTube comments effortlessly without API keys. Get author names, timestamps, and engagement metrics instantly. Perfect for content creators, marketers & researchers. Avoid rate limits and export to CSV/JSON. Start uncovering audience insights today!

0.0 (0)

Pricing

$0.05/month + usage

1

Total users

3

Monthly users

3

Last modified

6 months ago

YouTube Comments Scraper Actor

This Apify actor extracts comments from YouTube videos. It scrolls through the comments section and collects information including the author, content, likes, and timestamp for each comment.

Features

  • Extracts comments from any public YouTube video
  • Deduplicates comments using LRU cache
  • Configurable maximum number of comments to extract
  • Handles dynamic loading through scrolling
  • Resource-efficient (blocks unnecessary resources)
  • Comprehensive error handling and logging

Input Parameters

  • videoUrl (required): The URL of the YouTube video to scrape comments from
  • maxComments (optional): Maximum number of comments to extract (default: 100, set to 0 for all comments)

Output Format

{
"videoUrl": "https://www.youtube.com/watch?v=...",
"totalComments": 100,
"extractedAt": "2024-12-31T...",
"comments": [
{
"author": "User Name",
"content": "Comment text",
"likes": 42,
"timestamp": "2 months ago",
"extractedAt": "2024-12-31T..."
}
// ... more comments
]
}

Usage

  1. Input the YouTube video URL
  2. Set the maximum number of comments to extract (optional)
  3. Run the actor
  4. Download results in JSON format

Local Development

  1. Install dependencies:

    $npm install
  2. Run locally:

    $apify run