
YouTube Video Comment Scraper
Pricing
$5.00/month + usage
Go to Store

YouTube Video Comment Scraper
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
- Place your YouTube video URLs in the actor input (as
URLs
). - Optionally set
maxComments
andsortBy
("top" or "newest"). - Deploy to Apify or run locally with Docker.
Project Structure
src/main.py
— Main Python actor logicrequirements.txt
— Python dependenciesDockerfile
— 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.