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.
Search Keywords
keywords
arrayOptional
Provide some keywords for Youtube channel search.
Default value of this property is []
Search Results Limit
limit
integerOptional
Search results limit for each search keyword.
Default value of this property is 5
Max Requests Per Crawl
maxRequestsPerCrawl
integerRequired
Maximum number of pages that the crawler will open. The crawl will stop when this limit is reached.
Direct URLs
startUrls
arrayOptional
Provide some direct Youtube channel urls.
Default value of this property is []
Handle Page Timeout Secs
handlePageTimeoutSecs
integerRequired
Timeout in which the function passed as handlePageFunction needs to finish, in seconds.
Default value of this property is 30
Max Request Retries
maxRequestRetries
integerRequired
Indicates how many times the request is retried if BasicCrawlerOptions.handleRequestFunction fails.
Default value of this property is 3
Min Concurrency
minConcurrency
integerRequired
Sets the minimum concurrency (parallelism) for the crawl. Shortcut to the corresponding AutoscaledPool option.
Default value of this property is 1