bernardro / actor-youtube-scraper

Apify actor to scrape Youtube search results. You can set the maximum videos to scrape per page as well as the date from which to start scraping.
https://apify.com/bernardo/youtube-scraper
Apache License 2.0
23 stars 19 forks source link

Add option to scrape comments #18

Closed metalwarrior665 closed 3 years ago

metalwarrior665 commented 4 years ago

This might be harder so not high priority

pocesar commented 3 years ago

this can be done with extend output function now, provides the page so you can attach the comments array to the output object

X0R0X commented 3 years ago

ready https://github.com/bernardro/actor-youtube-scraper/pull/43

metalwarrior665 commented 3 years ago

Comments are now live!