I am in need of a simple youtube business email scraping bot.
What the bot does:
1. You enter a Keyword X, Set filter parameters so you only see the Channels
2. You scrape all Channel info links from each channel appearing on that keyword.
3. You go to the links, solve the recaptcha with a service (2captcha.com)
4. You get the link and write it into a text file like this Channellink;Email
5. Done
We maybe add some additional parameters like you add the channel subscriber size to each email and maybe you calculate the views of the last X videos + maybe you check for the latest video published.
I need this done in max 1-2 days, you should start right now and tell me a fixed price for this work. please no time wasting, straight up to the point, no offer from ur side = no reply
Telegram
@OPstorage
To filter by keyword on youtube you can do it with the next link:
https://www.youtube.com/results?search_query=bitcoin
To scrap the information you only need to parse the information with curl, or get the information from an explorer with imacros. But since you want the information in a text file I would recommend working directly with a Linux term.
If you use curl with a channel/info, you can get all the relevant info from there:
https://www.youtube.com/https://www.youtube.com/c/Pap%C3%A1BitcoinyCriptos/about | grep @
You can use tools like 'grep and cut' to get the right information, and if you add
>> db.txt you get all the data on a text file as you want.
The only part that isn't clear to me is the captcha, you don't need to solve a captcha for this task.
I will send you a PM with the script price.