Skip to main content

ℹ️ YouTube-ReCaptcha

YouTube-ReCaptcha is a specialized ZennoPoster template for bulk parsing of public email addresses from YouTube channels through the business contact button.

At a Glance

Input β€” a list of YouTube channels.
During processing β€” cookies, CapMonsterCloud, ReCaptcha, and proxies if needed.
Output β€” an XLSX spreadsheet with found emails and channel data.

🎯 The Task It Solves​

Some YouTube channels publish an email for business inquiries, but that email is not displayed as plain text. To see it, you need to open the channel, click the business contact button, and pass ReCaptcha.

When there are only a few channels, this can be done manually. When the list contains hundreds or thousands of links, manual collection becomes a slow repetitive process:

  • open the channel;
  • find the contact button;
  • pass ReCaptcha;
  • copy the email;
  • move the data into a spreadsheet;
  • keep track of already processed links.

YouTube-ReCaptcha automates this exact workflow: it goes through a channel list and collects emails where they are actually available on the channel page.

βš™οΈ How It Works​

The general workflow looks like this:

StepWhat the template does
πŸ”— Channel listTakes URLs from 1_Channels_Urls.txt.
πŸͺ CookiesUses an authorized YouTube/Google session.
🧩 ReCaptchaSends the solution through CapMonsterCloud.
πŸ“§ EmailOpens the available business contact.
πŸ“Š ResultSaves the collected data and moves to the next URL.
Channels -> Cookies -> ReCaptcha -> Email -> XLSX

If a channel does not have a public email or YouTube does not allow it to be opened, the template does not create a fake result. Such links are handled separately from collected email addresses.

πŸ“¦ What to Prepare​

The template needs the following working data:

DataPurpose
1_Channels_Urls.txtList of YouTube channels to process.
Cookies\1_ReadyAuthorized YouTube/Google cookies.
CapMonsterCloud APIReCaptcha solving.
[Proxies].txtProxies and IP rotation, if used.
License keyTemplate access.

Template preparation is covered in Installation, and proxy setup is covered in Proxy.

πŸ“Š Output​

The result is saved into an XLSX file. The spreadsheet contains found contacts and basic channel information:

  • πŸ“§ email from the business contact button;
  • πŸ“ email from the channel description, if found;
  • πŸ”— channel URL;
  • 🏷️ title and username;
  • 🌍 country;
  • πŸ“… channel creation date;
  • πŸ‘₯ subscriber count;
  • πŸ‘οΈ view count;
  • 🎬 video count.

This format is convenient for filtering, sorting, combining with other lists, or passing the data into the next processing step.

βœ… Main Benefit​

The main benefit of YouTube-ReCaptcha is saving time on bulk manual work. The template is not a universal YouTube parser. It solves one specific task: finding public channel emails behind the business contact button.

It is useful when you need to:

  • collect channel contacts by niche, topic, or country;
  • check a large channel list for available emails;
  • get the result directly in a spreadsheet;
  • remove manual clicks, ReCaptcha, and copy-paste from the workflow.
Important

YouTube-ReCaptcha is not an official YouTube tool and does not remove platform limitations. Results depend on cookies, proxies, YouTube limits, CapMonsterCloud balance, and whether the channel owner has published a public email.

Before a large run, test the template on a small channel sample. The run and export flow is covered in Run.