Twitch Profile 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 ActorsTwitch Profile Email Finder
Find email addresses, phone numbers, & social media profiles of Twitch streamers. This actor accepts a single url or a list.
Direct URLs
startUrls
arrayRequired
Provide some direct Twitch channel urls.
Default value of this property is [{"url":"https://www.twitch.tv/katerino"}]
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 1
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
Max Concurrency
maxConcurrency
integerRequired
Sets the maximum concurrency (parallelism) for the crawl. Shortcut to the corresponding AutoscaledPool option.
Default value of this property is 100