[DEPRECATED] Twitch Scraper - Clip & VOD Metadata Extractor avatar

[DEPRECATED] Twitch Scraper - Clip & VOD Metadata Extractor

Deprecated

Pricing

from $0.50 / 1,000 video scrapeds

Go to Apify Store
[DEPRECATED] Twitch Scraper - Clip & VOD Metadata Extractor

[DEPRECATED] Twitch Scraper - Clip & VOD Metadata Extractor

Deprecated

Download Twitch clips and VODs as MP4, extract stream metadata, viewer counts, chat replays and channel info. Supports clip URLs, channel names and category search. Get titles, duration, game, streamer stats and thumbnails. No login required. Export JSON, CSV or Excel via API.

Pricing

from $0.50 / 1,000 video scrapeds

Rating

0.0

(0)

Developer

dltik

dltik

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Twitch Scraper — Clip & VOD Metadata Extractor (Views, Game, Streamer)

Extract Twitch clip and VOD metadata: title, duration, views, game/category, creator, formats. Supports clips, VODs, and channels with content-type filtering. No video download — clean structured metadata only. HTTP-only, $0.002 per video.

Bookmark this Twitch Scraper — Apify ranks actors by bookmarks, so it directly helps the visibility of this scraper on the Apify Store.

What is the Twitch Scraper?

The Twitch Scraper is an Apify actor that pulls metadata from Twitch clips, VODs (video-on-demand), and channels. Drop in a list of URLs (channel pages, clip URLs, VOD URLs) and get back clean JSON: title, duration, view count, game/category, streamer, upload date, formats, thumbnail. No video download — pure metadata extraction for analytics, archiving, and creator-economy research.

The most efficient way to track Twitch creators at scale without using the gated Twitch API.

Use cases

  • Creator-economy analytics — track top Twitch streamers by views, growth velocity, game.
  • Brand sponsorship targeting — find rising streamers in a specific game/category for influencer outreach.
  • Game popularity research — count Twitch VODs per game over time to spot trending titles.
  • Multi-platform creator analytics — combine Twitch with YouTube and Kick data.
  • Content highlights archiving — full-channel VOD metadata snapshot for legal or research.
  • Migration tracking — measure how a streamer's viewership changed after a platform move.

Input

{
"urls": [
"https://www.twitch.tv/example_streamer",
"https://www.twitch.tv/example_streamer/clip/AwesomeClipSlug",
"https://www.twitch.tv/videos/1234567890"
],
"contentTypes": ["clip", "vod"]
}

Output

{
"url": "https://www.twitch.tv/videos/1234567890",
"type": "vod",
"title": "Example stream replay",
"duration_sec": 7245,
"views": 28342,
"game": "Just Chatting",
"streamer": "example_streamer",
"language": "en",
"uploaded_at": "2026-04-25",
"thumbnail": "https://static-cdn.jtvnw.net/..."
}

Pricing

PAY_PER_EVENT — $0.002 per video metadata fetched (= $2 per 1,000). Failed fetches not charged.

FAQ — Twitch API alternatives

Twitch official API? Yes but it's gated (requires app registration, OAuth, quota). This scraper is no-auth, no-quota.

Live-stream metadata? For active live streams, channel URLs return the live snapshot (title, viewer count, current game).

Clip support? Yes — clip URLs work alongside VOD URLs; the actor detects type automatically.

Why not yt-dlp? yt-dlp returns raw metadata; this actor normalizes the schema across content types and adds Apify dataset structure for analytics.


Found this useful? Bookmark this Twitch Scraper — it's the strongest signal for Apify Store ranking.

License: MIT · Author: dltik