Twitch Channel Details Scraper
Pricing
from $2.00 / 1,000 results
Twitch Channel Details Scraper
Extract Twitch channel metadata, follower counts, social links, and partner status from profile pages. Powered by Twitch Scraper.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
2
Monthly active users
5 days ago
Last modified
Categories
Share
This actor extracts Channels from Twitch. It runs on individual Twitch channel profile pages and returns detailed metadata about the broadcaster and their account status.
Want more from Twitch?
This actor covers Channels only. The full Twitch Scraper browser extension also includes Messages, Channels, Videos, Clips with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.
Get the Twitch Scraper extension
Data Fields
| Field Name | Description | Example |
|---|---|---|
| Display Name | The name shown on the profile | "Ninja" |
| Description | Channel bio text | "Professional gamer and streamer." |
| Primary Color | Hex code for channel branding | "#9146FF" |
| Profile Image URL | Link to the user avatar | "https://static-cdn.jtvnw.net/user-default-pictures-uv/cdd517ce-def1-41ad-a4e0-87c14a298ef7-profile_image-300x300.png" |
| Followers Count | Total number of followers | 18500000 |
| Is Partner | Boolean indicating partner status | true |
| Is Affiliate | Boolean indicating affiliate status | false |
| Is Staff | Boolean indicating Twitch employee status | false |
| Is Participating DJ | Boolean for DJ program status | false |
| All Social Media Links | Array of external profile links | ["https://twitter.com/ninja", "https://youtube.com/ninja"] |
| Last Broadcast ID | ID of the most recent stream | "421356789" |
| Last Broadcast Game | Title of the last game played | "Fortnite" |
| Primary Team ID | ID of the main Twitch team | "1234" |
| Primary Team Name | Slug of the main team | "luminosity" |
| Primary Team Display Name | Display name of the main team | "Luminosity Gaming" |
| Recent Videos Count | Number of recent VODs available | 45 |
| Channel URL | Direct link to the channel | "https://www.twitch.tv/ninja" |
| Channel About URL | Link to the channel about section | "https://www.twitch.tv/ninja/about" |
Input
urls: Array of Twitch channel profile URL strings.maxItems: Max items per URL, default 100.
Example Input
{"urls": ["https://www.twitch.tv/ninja"],"maxItems": 1}
Example Output
[{"displayName": "Ninja","description": "Professional gamer and streamer.","primaryColor": "#9146FF","profileImageUrl": "https://static-cdn.jtvnw.net/jtv_user_pictures/ninja-profile_image.png","followersCount": 18500000,"isPartner": true,"isAffiliate": false,"isStaff": false,"isParticipatingDj": false,"socialMediaLinks": ["https://twitter.com/ninja"],"lastBroadcastId": "421356789","lastBroadcastGame": "Fortnite","primaryTeamId": "1234","primaryTeamName": "luminosity","primaryTeamDisplayName": "Luminosity Gaming","recentVideosCount": 45,"channelUrl": "https://www.twitch.tv/ninja","channelAboutUrl": "https://www.twitch.tv/ninja/about"},{"displayName": "Shroud","description": "The human aimbot.","primaryColor": "#000000","profileImageUrl": "https://static-cdn.jtvnw.net/jtv_user_pictures/shroud-profile_image.png","followersCount": 10000000,"isPartner": true,"isAffiliate": false,"isStaff": false,"isParticipatingDj": false,"socialMediaLinks": ["https://twitter.com/shroud"],"lastBroadcastId": "421356790","lastBroadcastGame": "Valorant","primaryTeamId": "5678","primaryTeamName": "sentinels","primaryTeamDisplayName": "Sentinels","recentVideosCount": 120,"channelUrl": "https://www.twitch.tv/shroud","channelAboutUrl": "https://www.twitch.tv/shroud/about"}]
Disclaimer
This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.