Bitcoin Forum

Economy => Services => Topic started by: marios22558 on April 15, 2021, 09:29:52 AM



Title: Looking for a youtube email scrapper bot
Post by: marios22558 on April 15, 2021, 09:29:52 AM
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


Title: Re: Looking for a youtube email scrapper bot
Post by: seoincorporation on April 15, 2021, 03:43:17 PM
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.


Title: Re: Looking for a youtube email scrapper bot
Post by: PrimeNumber7 on April 16, 2021, 04:35:36 PM
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:
<tp-yt-paper-button id="button" class="style-scope ytd-button-renderer style-default size-default" role="button" tabindex="0" animated="" elevation="0" aria-disabled="false" aria-label="View email address"><!--css-build:shady--><yt-formatted-string id="text" class="style-scope ytd-button-renderer style-default size-default">View email address</yt-formatted-string></tp-yt-paper-button>
<yt-formatted-string id="text" class="style-scope ytd-button-renderer style-default size-default">View email address</yt-formatted-string>
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.