Twitch Channel Scraper avatar

Twitch Channel Scraper

Try for free

2 hours trial then $19.99/month - No credit card required now

View all Actors
Twitch Channel Scraper

Twitch Channel Scraper

easyapi/twitch-channel-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

A powerful Twitch channel scraper that extracts comprehensive channel data, including streamer details, live stream information, latest videos, top clips, and upcoming schedules. Perfect for gaming industry research, influencer marketing, and content creator discovery. 🎮📊

Twitch Channel Scraper 🎮

🚀 Powerful Twitch Channel Data Extraction Tool

This Apify Actor helps you scrape detailed information about Twitch channels based on search keywords. Perfect for content creators, marketers, and researchers looking to gather insights about Twitch streamers and their content.

🔑 Key Features:

  • 🔍 Search for Twitch channels using custom keywords
  • 📊 Collect comprehensive channel data including stats and content details
  • 🎯 Smart pagination handling with automated scrolling
  • ⚡ High-performance data extraction
  • 🎮 Real-time streaming information capture

📋 Output Data Structure:

  • Basic Channel Info:

    • Channel ID and display name
    • Profile description and image URL
    • Follower count
    • Partner status
  • Stream Details (if live):

    • Current stream title and game
    • Viewer count
    • Stream tags
    • Preview image URL
  • Content Information:

    • Latest video details
    • Top clip information
    • Upcoming stream schedule

💡 Use Cases:

  • Market research for gaming industry
  • Competitor analysis for streamers
  • Content creator discovery
  • Influencer marketing research
  • Gaming trends analysis
  • Community engagement studies

🛠️ Easy to Use:

  1. Enter your search keywords
  2. Set maximum items to collect
  3. Run the Actor
  4. Get structured JSON data

Start exploring Twitch channels data today! Perfect for both small-scale research and large data collection projects. 🎮✨

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": ["war"],
3    "maxItems": 30
4}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"channelId": "31557216",
4		"displayName": "Warframe",
5		"login": "warframe",
6		"description": "Warframe is available to play for free on PC, PS4, PS5, Xbox One, Xbox Series X/S, Nintendo Switch, and iOS! Join our Community Livestream every Thursday at 6 PM ET for the latest Warframe news, gameplay, prizes, & more! Plus, tune into our monthly Devstreams to hear game updates from the Devs!",
7		"profileImageURL": "https://static-cdn.jtvnw.net/jtv_user_pictures/e991029b-9265-4375-99fe-25b3bffd25a0-profile_image-150x150.png",
8		"followersCount": 2237542,
9		"isPartner": true,
10		"stream": null,
11		"latestVideo": {
12			"id": "2285093941",
13			"title": "Warframe | Devstream 182:1999 Deep Dive, Xaku Prime, Trinity Changes & More!",
14			"lengthSeconds": 6569,
15			"thumbnailURL": "https://static-cdn.jtvnw.net/cf_vods/d2nvs31859zcd8/a0bdf9566cd5ad4bad50_warframe_44957183755_1729879478/thumb/custom-2c8bed24-00c3-4f0f-af91-6f49966a7257-100x56.jpeg"
16		},
17		"topClip": {
18			"id": "2763480287",
19			"title": "Lettie Gemini Emote",
20			"durationSeconds": 59,
21			"thumbnailURL": "https://static-cdn.jtvnw.net/twitch-clips-thumbnails-prod/ConcernedObliqueSheepBatChest-fKUyITKdiRCrPDQe/49b8cb3c-cb84-4554-be92-0927ddd8032a/preview.jpg"
22		},
23		"nextSchedule": null,
24		"keyword": "war"
25	},
26	{
27		"channelId": "507831740",
28		"displayName": "wwlivecams",
29		"login": "wwlivecams",
30		"description": "Welcome WWLive CamsThe Palestinian Islamist movement Hamas launched the biggest attack on Israel in years on 07.10.2023 in a surprise assault that combined gunmen crossing the border with a heavy barrage of rockets fired from the Gaza Strip..",
31		"profileImageURL": "https://static-cdn.jtvnw.net/jtv_user_pictures/0bb0befb-575c-4196-abf1-fff4c9ad2de0-profile_image-150x150.png",
32		"followersCount": 1575,
33		"isPartner": false,
34		"stream": {
35			"title": "Live cams and news covering the Gaza Israel War",
36			"game": "Just Chatting",
37			"viewersCount": 34,
38			"previewImageURL": "https://static-cdn.jtvnw.net/previews-ttv/live_user_wwlivecams-214x120.jpg",
39			"tags": [
40				"English",
41				"gaza",
42				"gazastrip",
43				"Israel",
44				"Israeli",
45				"IsraelPalestine",
46				"IsraelVsPalestina",
47				"sderot",
48				"Lebanon",
49				"Beirut"
50			],
51			"type": "live"
52		},
53		"latestVideo": null,
54		"topClip": {
55			"id": "1896874696",
56			"title": "Live cams and news covering the Gaza Israel War",
57			"durationSeconds": 30,
58			"thumbnailURL": "https://clips-media-assets2.twitch.tv/8tbXYYnjAnbOWXjhFGn97A/43067652808-offset-18940-preview-260x147.jpg"
59		},
60		"nextSchedule": null,
61		"keyword": "war"
62	},
63    ...
64]
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 18 days ago