Twitch Streams Search Scraper avatar

Twitch Streams Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Twitch Streams Search Scraper

Twitch Streams Search Scraper

Search live Twitch streams by title, username, game, tags, language, and viewers. Extract thumbnails, profiles, and stream metadata with automatic pagination. 🎮

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Search live Twitch streams with flexible filters. Extract stream titles, games, usernames, viewer counts, tags, thumbnails, and profile images with automatic pagination.

Key Features

  • Search by title, username, game, tags, and viewer range
  • Filter by broadcaster type and language
  • Support regex filters for username and game names
  • Include or exclude tags with optional "all tags" matching
  • Sort by viewers, start time, or online duration
  • Automatic pagination until max results reached
  • Optional proxy configuration

Input

FieldTypeRequiredDescription
searchstringNoSearch stream titles
usernamestringNoFilter by username
useUsernameRegexbooleanNoUse regex for username
gamesstringNoGame names, comma-separated
useRegexbooleanNoUse regex for game names
tagsstringNoTags, comma-separated
includeAllTagsbooleanNoRequire all specified tags
excludeTagsstringNoExclude tags, comma-separated
broadcasterTypestringNonormal, affiliate, or partner
languagestringNoLanguage code, e.g. en
sortOrderstringNoSort order (default: most viewers)
minViewersintegerNoMinimum viewers
maxViewersintegerNoMaximum viewers
maxItemsintegerNoMax streams to scrape (default: 100)
proxyConfigurationobjectNoProxy settings

Input Example

{
"tags": "chill, cozy",
"language": "en",
"sortOrder": "viewCountDesc",
"minViewers": 10,
"maxItems": 100
}

Output

Each stream is saved as one dataset record:

{
"rank": 1,
"totalStreamsFound": 2662,
"title": "⚔️TBC PVP HYPE Warrior | Nightslayer Classic Anni",
"streamUrl": "https://www.twitch.tv/speedstertaxi",
"thumbnail": "https://static-cdn.jtvnw.net/previews-ttv/live_user_speedstertaxi-320x180.jpg",
"profileImage": "https://static-cdn.jtvnw.net/jtv_user_pictures/...-profile_image-300x300.png",
"game": "World of Warcraft",
"username": "speedstertaxi",
"language": "en",
"broadcasterType": "affiliate",
"viewers": 22,
"tags": ["worldofwarcraft", "classic", "pvp"],
"started": "2 hour(s) 19 minute(s) ago",
"profileUrl": "https://www.twitch.tv/speedstertaxi",
"scrapedAt": "2026-07-01T12:00:00.000Z"
}

Use Cases

  • Live stream discovery and monitoring
  • Competitor and niche research
  • Tag and category trend analysis
  • Influencer and community outreach