Author

Topic: Looking for a youtube email scrapper bot (Read 104 times)

copper member
Activity: 1652
Merit: 1901
Amazon Prime Member #7
April 16, 2021, 11:35:36 AM
#3
The only part that isn't clear to me is the captcha, you don't need to solve a captcha for this task.

Yes you do:
Code:
View email address
View email address
You need to click this button to view the email address, and pressing this button requires a captcha to be solved.

The page you queried has email addresses listed in the description. I don't think this is what he is looking for.

I can create a python script that meets your requirements and timeline. I would need an API key for your captcha solving service for development/testing. Work would not start until either I receive payment, or payment is being held in escrow.

legendary
Activity: 3346
Merit: 3125
April 15, 2021, 10:43:17 AM
#2
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:

Code:
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:

Code:
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.
newbie
Activity: 96
Merit: 0
April 15, 2021, 04:29:52 AM
#1
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
Jump to: