Youtube Channel Email Finder
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsYoutube Channel Email Finder
Scrape & download all the details about a channel from the YouTube channel's "About" page. Get emails, phone numbers, locations, & social media profiles including TikTok, Instagram, Twitter, and YouTube. Download structured data in JSON, CSV, XML, Excel, and HTML.
You can access the Youtube Channel Email Finder programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "keywords": [
3 "reactjs"
4 ],
5 "limit": 5,
6 "maxRequestsPerCrawl": 100,
7 "startUrls": [
8 {
9 "url": "https://www.youtube.com/c/SydneySerena/"
10 }
11 ],
12 "handlePageTimeoutSecs": 30,
13 "maxRequestRetries": 3,
14 "minConcurrency": 1,
15 "maxConcurrency": 100,
16 "proxyConfiguration": {
17 "useApifyProxy": true
18 }
19}' |
20apify call timwhite/youtube-channel-data-scraper --silent --output-dataset
How To Scrape Emails From YouTube Channels API through CLI
The Apify CLI is the official tool that allows you to use Youtube Channel Email Finder locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: