Twitch Channel Details Scraper avatar

Twitch Channel Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Twitch Channel Details Scraper

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

Nifty

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

5 days ago

Last modified

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 NameDescriptionExample
Display NameThe name shown on the profile"Ninja"
DescriptionChannel bio text"Professional gamer and streamer."
Primary ColorHex code for channel branding"#9146FF"
Profile Image URLLink to the user avatar"https://static-cdn.jtvnw.net/user-default-pictures-uv/cdd517ce-def1-41ad-a4e0-87c14a298ef7-profile_image-300x300.png"
Followers CountTotal number of followers18500000
Is PartnerBoolean indicating partner statustrue
Is AffiliateBoolean indicating affiliate statusfalse
Is StaffBoolean indicating Twitch employee statusfalse
Is Participating DJBoolean for DJ program statusfalse
All Social Media LinksArray of external profile links["https://twitter.com/ninja", "https://youtube.com/ninja"]
Last Broadcast IDID of the most recent stream"421356789"
Last Broadcast GameTitle of the last game played"Fortnite"
Primary Team IDID of the main Twitch team"1234"
Primary Team NameSlug of the main team"luminosity"
Primary Team Display NameDisplay name of the main team"Luminosity Gaming"
Recent Videos CountNumber of recent VODs available45
Channel URLDirect link to the channel"https://www.twitch.tv/ninja"
Channel About URLLink 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.