Twitch Videos Scraper avatar

Twitch Videos Scraper

Try for free

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

View all Actors
Twitch Videos Scraper

Twitch Videos Scraper

easyapi/twitch-videos-scraper
Try for free

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

A sophisticated Twitch video scraper that extracts comprehensive video data, including creator details, game information, and engagement metrics. Perfect for gaming industry research, content analysis, and trend tracking. Built with advanced anti-detection mechanisms. 🎮📊

Twitch Videos Scraper 🎮

🚀 Advanced Twitch Video Content Extraction Tool

This powerful Apify Actor helps you scrape detailed information about Twitch videos based on search keywords. Perfect for content researchers, gaming analysts, and marketers looking to gather insights about video content on Twitch.

🔑 Key Features:

  • 🔍 Search for Twitch videos using custom keywords
  • 📊 Collect comprehensive video metadata and statistics
  • 🎯 Intelligent pagination
  • ⚡ Efficient data extraction
  • 🎮 Detailed game information capture

📋 Output Data Structure:

  • Video Information:

    • Video ID and title
    • Creation date and duration
    • View count
    • Preview thumbnails
    • Game details
  • Creator Details:

    • Channel ID and display name
    • Partner status
    • Login name
  • Game Information:

    • Game ID and name
    • Game slug
    • Display name

💡 Use Cases:

  • Gaming content analysis
  • Trend research in gaming
  • Content strategy development
  • Competitive analysis
  • Audience engagement studies
  • Game popularity tracking

🛠️ Easy to Use:

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

Perfect for both small research projects and large-scale data collection! 🎮✨

📈 Benefits:

  • Real-time data collection
  • Structured JSON output
  • Customizable search parameters
  • Efficient rate limiting

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		"createdAt": "2024-10-27T09:30:10Z",
4		"owner": {
5			"id": "28241419",
6			"displayName": "GingiTV",
7			"login": "gingitv",
8			"roles": {
9				"isPartner": true,
10				"__typename": "UserRoles"
11			},
12			"__typename": "User"
13		},
14		"id": "2286604074",
15		"game": {
16			"id": "18122",
17			"slug": "world-of-warcraft",
18			"name": "World of Warcraft",
19			"displayName": "World of Warcraft",
20			"__typename": "Game"
21		},
22		"lengthSeconds": 35090,
23		"previewThumbnailURL": "https://static-cdn.jtvnw.net/cf_vods/dgeft87wbj63p/7122d0e2d0c674dba4b1_gingitv_43080838200_1730021404//thumb/thumb0-214x120.jpg",
24		"templatePreviewThumbnailURL": "https://static-cdn.jtvnw.net/cf_vods/dgeft87wbj63p/7122d0e2d0c674dba4b1_gingitv_43080838200_1730021404//thumb/thumb0-{width}x{height}.jpg",
25		"title": "<Echo> !DROPS Road to R1 !Dungeon !UI",
26		"viewCount": 97405,
27		"previewThumbnailProperties": {
28			"blurReason": "BLUR_NOT_REQUIRED",
29			"__typename": "PreviewThumbnailProperties"
30		},
31		"__typename": "Video",
32		"keyword": "war"
33	},
34	{
35		"createdAt": "2024-10-27T11:16:07Z",
36		"owner": {
37			"id": "61294188",
38			"displayName": "AnnieFuchsia",
39			"login": "anniefuchsia",
40			"roles": {
41				"isPartner": true,
42				"__typename": "UserRoles"
43			},
44			"__typename": "User"
45		},
46		"id": "2286646012",
47		"game": {
48			"id": "18122",
49			"slug": "world-of-warcraft",
50			"name": "World of Warcraft",
51			"displayName": "World of Warcraft",
52			"__typename": "Game"
53		},
54		"lengthSeconds": 44481,
55		"previewThumbnailURL": "https://static-cdn.jtvnw.net/cf_vods/dgeft87wbj63p/fa343200f507be9541f6_anniefuchsia_43081538264_1730027760//thumb/thumb0-214x120.jpg",
56		"templatePreviewThumbnailURL": "https://static-cdn.jtvnw.net/cf_vods/dgeft87wbj63p/fa343200f507be9541f6_anniefuchsia_43081538264_1730027760//thumb/thumb0-{width}x{height}.jpg",
57		"title": "✅ !Drops | Collecting all the things | @anniefuchsia on socials",
58		"viewCount": 77781,
59		"previewThumbnailProperties": {
60			"blurReason": "BLUR_NOT_REQUIRED",
61			"__typename": "PreviewThumbnailProperties"
62		},
63		"__typename": "Video",
64		"keyword": "war"
65	},
66    ...
67]
Developer
Maintained by Community
Actor metrics
  • 4 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 18 days ago