Twitch Clips Scraper avatar

Twitch Clips Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Twitch Clips Scraper

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

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 days ago

Last modified

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 NameDescriptionExample
TitleThe name of the clip"Insane 1v5 Clutch"
Duration SecondsLength of the clip in seconds30
View CountTotal views on the clip15400
LanguageLanguage code of the stream"en"
Created AtISO timestamp of creation"2023-10-27T10:00:00Z"
SlugUnique identifier for the clip"AmazingPlayByProPlayer"
URLDirect link to the clip page"https://clips.twitch.tv/AmazingPlayByProPlayer"
Embed URLURL for embedding the clip"https://clips.twitch.tv/embed?clip=AmazingPlayByProPlayer"
Thumbnail URLImage link for the clip preview"https://static-cdn.jtvnw.net/thumbnails/1.jpg"
Is FeaturedIf the clip is featuredtrue
Curator IDID of the user who made the clip"123456"
Curator LoginUsername of the clipper"fan_account"
Curator Display NameDisplay name of the clipper"Fan_Account"
Broadcaster IDID of the streamer"987654"
Broadcaster LoginUsername of the streamer"pro_player"
Broadcaster Display NameDisplay name of the streamer"Pro_Player"
Broadcaster Profile Image URLLink to streamer profile picture"https://static-cdn.jtvnw.net/pfp.jpg"
Broadcaster Primary ColorHex code for channel branding"#9146FF"
Is PartnerIf the streamer is a partnertrue
Game IDID of the game being played"509658"
Game SlugURL-friendly game name"just-chatting"
Game NameFull name of the game"Just Chatting"
Game Box Art URLLink 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.