# Monitor Shroud Twitch Channel

**Use case:** 

Get structured data for monitor shroud twitch channel with Twitch Channel Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "channels": [
    "shroud"
  ],
  "maxChannels": 1,
  "maxRecentVideos": 3
}
```

## Output

```json
{
  "display_name": {
    "label": "Channel",
    "format": "text"
  },
  "login": {
    "label": "Login",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "is_partner": {
    "label": "Partner",
    "format": "boolean"
  },
  "is_affiliate": {
    "label": "Affiliate",
    "format": "boolean"
  },
  "is_live": {
    "label": "Live",
    "format": "boolean"
  },
  "stream_title": {
    "label": "Stream title",
    "format": "text"
  },
  "stream_viewers": {
    "label": "Live viewers",
    "format": "number"
  },
  "stream_game_name": {
    "label": "Game",
    "format": "text"
  },
  "profile_image_url": {
    "label": "Profile image",
    "format": "image"
  },
  "channel_url": {
    "label": "Channel URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitch Channel Scraper - Followers and Live Data](https://apify.com/benthepythondev/twitch-channel-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/twitch-channel-scraper) to learn more, explore other use cases, and run it yourself.