Youtube Comment Scraper
Pricing
$5.00/month + usage
Youtube Comment Scraper
Extract YouTube comments from one or more videos without API limits. Get full comment text, date, author, video title, and video ID. Download results in JSON, CSV, or Excel.
Pricing
$5.00/month + usage
Extract YouTube comments from one or more videos without API limits. Get full comment text, date, author, video title, and video ID. Download results in JSON, CSV, or Excel.
videoUrlsarrayRequired
List of YouTube video URLs to scrape comments from
Default value of this property is ["https://www.youtube.com/watch?v=dQw4w9WgXcQ"]
maxCommentsintegerOptional
Maximum number of comments to extract from each video
Default value of this property is 100
headlessbooleanOptional
Run browser in headless mode (no visible UI). Set to false for debugging.
Default value of this property is true
proxyConfigurationobjectRequired
Optionally, use Apify Proxy or custom HTTP proxy to avoid IP address-based blocking.
Default value of this property is {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}
maxConcurrencyintegerOptional
Maximum number of concurrent requests
Default value of this property is 5
minDelayBetweenRequestsMsintegerOptional
Minimum delay between requests in milliseconds
Default value of this property is 1000