Twitch User Followers API
Analyze Twitch follower data for any streamer including follower lists, growth metrics, and audience insights for influencer research.
| 1 | import requests |
| 2 | |
| 3 | root = "https://ensembledata.com/apis" |
| 4 | endpoint = "/twitch/user/followers" |
| 5 | params = { |
| 6 | "username": "hmatttv", |
| 7 | "token": "YOUR-TOKEN-HERE" |
| 8 | } |
| 9 | |
| 10 | res = requests.get(root+endpoint, params=params) |
| 11 | print(res.json()) |
| 12 |
Why Developer Teams Use Our API
Full Follower Lists
Paginate through a streamer's complete public follower base instead of a capped sample.
Streamer Vetting
Check a channel's real follower count before committing budget to a sponsorship.
Growth Tracking Over Time
Store follower snapshots on a schedule to chart a streamer's actual growth curve.
No Login Needed
Access public Twitch follower data through a simple API call, no session required.
Structured Follower Data
Every follower entry returns clean fields, ready for further analysis or lookups.
Live Follower Counts
Every response reflects the channel's current follower count, not a cached figure.
Scrape Twitch Data Effortlessly
Get the data to evaluate streamer audiences with our Twitch follower API including follower counts, account ages, and growth milestones without manual research.
Audience Authenticity Signal
Use follower account age data to help spot inflated Twitch audiences.
Sponsorship Readiness Check
Review a streamer's follower base and milestones before sponsoring.
Scheduled Follower Snapshots
Capture Twitch follower counts on a schedule to build a real growth timeline.
Twitch Scraping Features
Get a clear picture of any Twitch streamer's audience size and growth trajectory, useful for influencer marketing and sponsorship evaluation.
- Paginate through a streamer's complete public follower list instead of a capped sample.
- Use individual follower account creation dates to build an audience age distribution.
- Capture follower counts on a schedule to chart a streamer's real growth timeline.
- Evaluate a channel's audience quality before committing budget to a sponsorship deal.
- Retrieve follower data through simple cursor-based pagination, no Twitch login required.
Starting crawling Twitch now!
Get Your API Key in Minutes
Create a free account (no credit card required) and receive an API token instantly to test endpoints, pull live data, and rapidly prototype integrations. Upgrade as your needs grow.
Get started freeDeveloper Support
Need help integrating or customizing data for your workflows? Our developer success team offers onboarding, guidance, and enterprise support to get your project production-ready.
Contact usFrequently Asked Questions
It returns follower data for a given Twitch streamer, including follower lists, account ages, and growth milestones.
Yes, follower counts and growth data returned by this endpoint are commonly used to evaluate a streamer's audience before a sponsorship deal.
Yes, as long as the channel is public, you can retrieve its follower data through this endpoint.
Yes, calling this endpoint periodically and storing the follower count lets you build a growth timeline for any streamer.
Yes, Twitch follower data uses the same cursor-based pagination pattern as our other follower list endpoints, returning a batch per call.
Yes, each follower entry includes that account's creation date, which you can aggregate yourself into an age distribution.
The endpoint returns a not-found response for channels that are no longer active on Twitch.
Yes, the endpoint returns an empty result set rather than an error for channels with no followers yet.
Account age and growth milestone data returned by this endpoint are commonly used as signals when assessing overall audience quality.