YouTube Video Comment Scraper avatar
YouTube Video Comment Scraper

Pricing

$5.00/month + usage

Go to Store
YouTube Video Comment Scraper

YouTube Video Comment Scraper

Developed by

Akash Kumar Naik

Akash Kumar Naik

Maintained by Community

Scrape comments from any YouTube video with this easy-to-use YouTube Video Comment Scraper. Perfect for content analysis, market research, or tracking audience sentiment.

0.0 (0)

Pricing

$5.00/month + usage

0

Total users

4

Monthly users

4

Runs succeeded

83%

Last modified

5 hours ago

YouTube Comment Scraper

YouTube Comment Scraper (Python, Apify)

This Apify actor extracts comments from YouTube videos using the Apify Python SDK and Playwright.

Usage

  1. Place your YouTube video URLs in the actor input (as URLs).
  2. Optionally set maxComments and sortBy ("top" or "newest").
  3. Deploy to Apify or run locally with Docker.

Project Structure

  • src/main.py — Main Python actor logic
  • requirements.txt — Python dependencies
  • Dockerfile — Uses Apify Python Playwright base image
  • .actor/ — Apify actor metadata

How to Run

docker build -t youtube-comment-scraper .
docker run --rm -e APIFY_TOKEN=your_token -v $(pwd)/apify_storage:/app/apify_storage youtube-comment-scraper

Or deploy directly on the Apify platform.


Note: This project is now fully Python-based. Node.js files and dependencies have been removed for production.

Note: This project is now fully Python-based. Node.js files and dependencies have been removed for production.