Noob here... How to scrape youtube channels with emails ?
I want to offer my services to different YouTube channels that fit certain characteristics, themes, subscriber count, etc. I've created a Codex application that allows me to search for channels using the official YouTube API and save them to a database. So far, so good. Now come the problems:
1: The problem arises when revealing the email address requires solving a CAPTCHA. I've seen services that can do this with a Chrome extension, i dont know if theres other options.
2: The big problem is that I later realized YouTube only allows revealing 5 email addresses per day.
How do people scrape YouTube channels using their contact emails? Thanks in advance.