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 including follower counts, social links, team info, and partner status. 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

2

Total users

1

Monthly active users

20 hours ago

Last modified

Categories

Share

Twitch Channel Scraper

This actor extracts Channel Details from Twitch. It retrieves metadata from individual channel pages including engagement metrics, social media links, and account status.

Data Fields

Field NameDescriptionExample
Display NameThe visible name of the channel"Ninja"
DescriptionThe channel bio text"Professional gamer and streamer."
Primary ColorThe brand color hex code"#9146FF"
Profile Image URLLink to the user avatar"https://static-cdn.jtvnw.net/user-default-pictures-uv/cdd517ca-def4-4d17-abc4-9054a34a59bc-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 URLs["https://twitter.com/ninja", "https://youtube.com/ninja"]
Last Broadcast IDID of the most recent stream"421356789"
Last Broadcast GameName of the last game played"Fortnite"
Primary Team IDID of the main Twitch team"luminosity"
Primary Team NameInternal name of the team"Luminosity Gaming"
Primary Team Display NameVisible name of the team"Luminosity"
Recent Videos CountNumber of available VODs142
Channel URLThe direct link to the channel"https://www.twitch.tv/ninja"
Channel About URLLink to the about section"https://www.twitch.tv/ninja/about"

Input

  • urls: Array of Twitch channel URL strings. Use the base channel URL or the about page.
  • maxItems: Maximum number of channels to process from the list.

Example Input

{
"urls": ["https://www.twitch.tv/example"],
"maxItems": 10
}

Example Output

[
{
"displayName": "ExampleStreamer",
"description": "Welcome to the stream!",
"primaryColor": "#00FF00",
"profileImageUrl": "https://static-cdn.jtvnw.net/example.png",
"followersCount": 50000,
"isPartner": true,
"isAffiliate": false,
"isStaff": false,
"isParticipatingDj": false,
"socialMediaLinks": ["https://twitter.com/example"],
"lastBroadcastId": "123456789",
"lastBroadcastGame": "Just Chatting",
"primaryTeamId": "team_alpha",
"primaryTeamName": "Alpha Squad",
"primaryTeamDisplayName": "Alpha Squad",
"recentVideosCount": 25,
"channelUrl": "https://www.twitch.tv/example",
"channelAboutUrl": "https://www.twitch.tv/example/about"
},
{
"displayName": "ProGamer",
"description": "High level gameplay.",
"primaryColor": "#FF0000",
"profileImageUrl": "https://static-cdn.jtvnw.net/progamer.png",
"followersCount": 120000,
"isPartner": true,
"isAffiliate": false,
"isStaff": false,
"isParticipatingDj": false,
"socialMediaLinks": ["https://instagram.com/progamer"],
"lastBroadcastId": "987654321",
"lastBroadcastGame": "Valorant",
"primaryTeamId": "esports_pro",
"primaryTeamName": "Pro Esports",
"primaryTeamDisplayName": "Pro Esports",
"recentVideosCount": 88,
"channelUrl": "https://www.twitch.tv/progamer",
"channelAboutUrl": "https://www.twitch.tv/progamer/about"
}
]

Want more from Twitch?

This actor only covers Channel Details. The full Twitch Scraper browser extension also includes Messages in a Chat, Channels in a List, Channels in a Search, Videos in a List, Clips in a List 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

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.