Twitch Clips Downloader — Clip Videos & Data avatar

Twitch Clips Downloader — Clip Videos & Data

Pricing

from $0.002 / clip scraped

Go to Apify Store
Twitch Clips Downloader — Clip Videos & Data

Twitch Clips Downloader — Clip Videos & Data

Download Twitch clips and export clip data: title, channel, game, view count, duration, creator, date, thumbnail and a direct video download URL. Grab a channel's top clips or specific clip URLs. One clean row per clip as JSON, CSV or Excel.

Pricing

from $0.002 / clip scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Download Twitch clips and export their data in one run. Pull a channel's top clips for any time period, or resolve specific clip URLs — and get one clean row per clip with title, channel, game, view count, duration, creator, date, thumbnail and a direct video download URL. Export to JSON, CSV or Excel, or pull straight from the API.

Perfect for highlight compilation, content repurposing, esports and streamer research, trend tracking, and building Twitch clip datasets.


What you get

One flat, ready-to-use record per clip:

FieldDescription
slug / clipUrlClip identity and link
titleClip title
channel / channelNameThe broadcaster
creatorWho created the clip
gameCategory / game
viewCountViews
durationSecondsClip length
createdAtWhen it was clipped (ISO 8601)
thumbnailUrlThumbnail image
downloadUrlDirect video download URL (highest quality)
quality / frameRateBest available quality
availableQualitiesAll quality options
collectedAtWhen the row was scraped

How to use

1. By channel

Pull a channel's most-viewed clips for a period:

{
"channels": ["shroud", "pokimane"],
"period": "LAST_WEEK",
"maxItems": 50
}

2. By clip URL

Download specific clips:

{
"clipUrls": [
"https://clips.twitch.tv/AwkwardHelplessSalamander",
"https://www.twitch.tv/shroud/clip/SomeClipSlug"
]
}
  • Time period — for channels: last 24 hours, last week, last month, or all time (most-viewed first).
  • Max clips — cap the total (0 = no limit).

Example output

{
"slug": "AwkwardHelplessSalamander",
"title": "Insane 1v5 clutch",
"channel": "shroud",
"game": "VALORANT",
"viewCount": 15194,
"durationSeconds": 41,
"createdAt": "2026-09-18T20:11:00Z",
"clipUrl": "https://clips.twitch.tv/AwkwardHelplessSalamander",
"downloadUrl": "https://production.assets.clips.twitchcdn.net/…mp4?sig=…&token=…",
"quality": "1080",
"availableQualities": ["1080", "720", "480", "360"],
"collectedAt": "2026-09-20T10:20:00.000Z"
}

Common use cases

  • Highlight reels — grab a streamer's best clips to compile or repost.
  • Content repurposing — download clips for editing into Shorts, Reels or TikToks.
  • Esports & streamer research — track top clips, games and view counts.
  • Trend tracking — see what's clipped most across channels and periods.
  • Datasets — build clean, structured clip catalogs for analysis.

Frequently asked questions

Do I need any login, account or key? No. Just add channels or clip URLs and run.

Does it give me the actual video file? Yes — each row includes a direct downloadUrl to the clip video, plus a list of available qualities.

Can I pull a whole channel's clips? Yes — set the channel and time period; the scraper pages through the most-viewed clips.

Can I mix channels and specific clips? Yes — provide both channels and clip URLs in one run.

What format is the data? A flat table you can export as JSON, CSV or Excel, or fetch from the Apify API.


Building a creator toolkit? Pair this with our YouTube, TikTok and other video downloaders and social media scrapers on Apify Store — all with the same clean, one-row-per-item output.