Twitch Clips Scraper
Pricing
from $2.00 / 1,000 results
Twitch Clips Scraper
Extract Twitch clips from channel pages and browse categories with metadata and broadcaster info. Powered by Twitch Scraper.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
This actor extracts Clips from Twitch. It works on channel clips pages and browse sections to collect clip metadata, broadcaster details, and game information. The data is returned in a structured format for analysis or integration.
Want more from Twitch?
This actor covers Clips only. The full Twitch Scraper browser extension also includes Messages, Channels, Videos 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 |
|---|---|---|
| Title | The name of the clip | "Insane 1v5 Clutch" |
| Duration Seconds | Length of the clip in seconds | 30 |
| View Count | Total views on the clip | 15400 |
| Language | Language code of the stream | "en" |
| Created At | ISO timestamp of creation | "2023-10-27T10:00:00Z" |
| Slug | Unique identifier for the clip | "AmazingPlayByProPlayer" |
| URL | Direct link to the clip page | "https://clips.twitch.tv/AmazingPlayByProPlayer" |
| Embed URL | URL for embedding the clip | "https://clips.twitch.tv/embed?clip=AmazingPlayByProPlayer" |
| Thumbnail URL | Image link for the clip preview | "https://static-cdn.jtvnw.net/thumbnails/1.jpg" |
| Is Featured | If the clip is featured | true |
| Curator ID | ID of the user who made the clip | "123456" |
| Curator Login | Username of the clipper | "fan_account" |
| Curator Display Name | Display name of the clipper | "Fan_Account" |
| Broadcaster ID | ID of the streamer | "987654" |
| Broadcaster Login | Username of the streamer | "pro_player" |
| Broadcaster Display Name | Display name of the streamer | "Pro_Player" |
| Broadcaster Profile Image URL | Link to streamer profile picture | "https://static-cdn.jtvnw.net/pfp.jpg" |
| Broadcaster Primary Color | Hex code for channel branding | "#9146FF" |
| Is Partner | If the streamer is a partner | true |
| Game ID | ID of the game being played | "509658" |
| Game Slug | URL-friendly game name | "just-chatting" |
| Game Name | Full name of the game | "Just Chatting" |
| Game Box Art URL | Link to game cover art | "https://static-cdn.jtvnw.net/boxart.jpg" |
Input
urls: Array of URL strings. Use Twitch channel clips pages or browse category pages.maxItems: Max items per URL, default 100.
Example Input
{"urls": ["https://www.twitch.tv/directory/category/valorant/clips?range=7d"],"maxItems": 20}
Example Output
[{"Title": "Top Play of the Week","Duration Seconds": 60,"View Count": 5000,"Language": "en","Created At": "2023-10-27T12:00:00Z","Slug": "TopPlayWeekSlug","URL": "https://clips.twitch.tv/TopPlayWeekSlug","Embed URL": "https://clips.twitch.tv/embed?clip=TopPlayWeekSlug","Thumbnail URL": "https://static-cdn.jtvnw.net/thumb.jpg","Is Featured": false,"Curator ID": "111","Curator Login": "clipper1","Curator Display Name": "Clipper1","Broadcaster ID": "222","Broadcaster Login": "streamer1","Broadcaster Display Name": "Streamer1","Broadcaster Profile Image URL": "https://static-cdn.jtvnw.net/pfp1.jpg","Broadcaster Primary Color": "#00FF00","Is Partner": true,"Game ID": "516575","Game Slug": "valorant","Game Name": "VALORANT","Game Box Art URL": "https://static-cdn.jtvnw.net/box1.jpg"},{"Title": "Funny Moment","Duration Seconds": 15,"View Count": 1200,"Language": "en","Created At": "2023-10-27T13:00:00Z","Slug": "FunnyMomentSlug","URL": "https://clips.twitch.tv/FunnyMomentSlug","Embed URL": "https://clips.twitch.tv/embed?clip=FunnyMomentSlug","Thumbnail URL": "https://static-cdn.jtvnw.net/thumb2.jpg","Is Featured": true,"Curator ID": "333","Curator Login": "clipper2","Curator Display Name": "Clipper2","Broadcaster ID": "444","Broadcaster Login": "streamer2","Broadcaster Display Name": "Streamer2","Broadcaster Profile Image URL": "https://static-cdn.jtvnw.net/pfp2.jpg","Broadcaster Primary Color": "#FF0000","Is Partner": false,"Game ID": "516575","Game Slug": "valorant","Game Name": "VALORANT","Game Box Art URL": "https://static-cdn.jtvnw.net/box1.jpg"}]
Disclaimer
This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.