# English Twitch Live Streams | Top Streams, Games, Viewers

**Use case:** 

Extract Twitch Live Streams | Top Streams, Games, Viewers data filtered by English. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "gameSlug": "",
  "maxItems": 10,
  "language": "en"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Preview",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "broadcasterLogin": {
    "label": "🎤 Streamer",
    "format": "text"
  },
  "viewersCount": {
    "label": "👀 Viewers",
    "format": "number"
  },
  "game": {
    "label": "🎮 Game",
    "format": "text"
  },
  "language": {
    "label": "🌐 Language",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitch Live Streams Scraper | Top Streams, Games, Viewers](https://apify.com/parseforge/twitch-live-streams-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/twitch-live-streams-scraper) to learn more, explore other use cases, and run it yourself.