Twitch Followers Count Scraper avatar

Twitch Followers Count Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Twitch Followers Count Scraper

Twitch Followers Count Scraper

Twitch Followers Count Scraper that extracts follower counts, creation dates, and profile stats for any Twitch handle, so you can automate influencer research and channel analysis at scale.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract follower counts, channel creation dates, and profile data for any Twitch streamer. Enter a Twitch handle and get verified channel statistics in seconds, ready to export as JSON, CSV, or feed into any downstream tool.

What You Get

For each Twitch handle you provide, the actor returns:

FieldExample
Handleninja
UsernameNinja
Twitch URLhttps://www.twitch.tv/ninja
Followers19265045
Followers (Formatted)19,265,045
Created OnJanuary 16, 2011
Scraped At2024-01-15T10:30:00+00:00

Use Cases

  • Influencer research — verify follower counts before brand partnerships
  • Competitive analysis — monitor growth across multiple channels at once
  • Talent scouting — build databases of streamers sorted by audience size
  • Market research — track Twitch community sizes across any niche
  • Content strategy — understand when top streamers joined the platform

How to Use

Single Channel

  1. Open the actor in Apify Console
  2. Enter a Twitch handle in the Twitch Handle field (e.g. ninja)
  3. Click Start
  4. Download results as JSON or CSV

Multiple Channels

Use the Twitch Handles field to add a list of handles and run bulk lookups in one go.

Input Parameters

ParameterTypeDefaultDescription
Twitch HandleStringA single Twitch username (e.g. ninja or @ninja)
Twitch HandlesListMultiple Twitch usernames for batch runs
Max ItemsInteger100Maximum number of channels to process per run
Request TimeoutInteger30Per-request timeout in seconds

Example Input

{
"twitchHandle": "ninja",
"maxItems": 100,
"requestTimeoutSecs": 30
}

Example Output

{
"handle": "ninja",
"username": "Ninja",
"twitchUrl": "https://www.twitch.tv/ninja",
"followers": 19265045,
"followersFormatted": "19,265,045",
"createdOn": "January 16, 2011",
"scrapedAt": "2024-01-15T10:30:00+00:00",
"error": null
}

Output Fields

FieldTypeDescription
handleStringThe input handle, normalized to lowercase
usernameStringThe channel display name
twitchUrlStringDirect link to the Twitch channel
followersIntegerTotal follower count
followersFormattedStringFollower count formatted with commas
createdOnStringAccount creation date (e.g. January 16, 2011)
scrapedAtStringISO 8601 timestamp of when the data was collected
errorString/nullError message if the channel could not be scraped

Tips

  • Handles are case-insensitive (Ninja and ninja produce the same result)
  • The @ prefix is stripped automatically if included
  • A channel with zero followers returns 0, not null
  • If a channel is not found, the error field explains why
  • For large batch runs, increase Max Items up to 1000