# Scrape Channel Stats & Follower Counts - Twitch

**Use case:** 

Export Twitch channel stats with Followers, Game, Live, Partner and Business email. No login required.

## Input

```json
{
  "mode": "channels",
  "channelUsernames": [
    "pokimane",
    "shroud"
  ],
  "searchType": "channels",
  "maxResults": 50,
  "clipPeriod": "LAST_WEEK",
  "videoType": "ARCHIVE",
  "videoSort": "TIME",
  "includeStreamerLeads": false,
  "enrichLeadWebsites": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "displayName": {
    "label": "Channel",
    "format": "text"
  },
  "login": {
    "label": "Login",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "isLive": {
    "label": "Live",
    "format": "boolean"
  },
  "currentGame": {
    "label": "Game",
    "format": "text"
  },
  "broadcasterType": {
    "label": "Type",
    "format": "text"
  },
  "isPartner": {
    "label": "Partner",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "businessEmail": {
    "label": "Business email",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitch Scraper - Channels, Streams, Clips & Streamer Leads](https://apify.com/scrapesage/twitch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/twitch-scraper) to learn more, explore other use cases, and run it yourself.