# Twitch creator availability schedule scraper

**Use case:** 

Build a public Twitch creator availability export for partnership teams and livestream campaign operations.

## Input

```json
{
  "channelLogins": [
    "riotgames",
    "shroud",
    "hasanabi",
    "criticalrole"
  ],
  "channelUrls": [
    {
      "url": "https://www.twitch.tv/riotgames/schedule"
    }
  ],
  "maxSegmentsPerChannel": 50
}
```

## Output

```json
{
  "channelLogin": {
    "label": "Channel login"
  },
  "channelName": {
    "label": "Channel"
  },
  "title": {
    "label": "Title"
  },
  "startAt": {
    "label": "Starts (UTC)"
  },
  "endAt": {
    "label": "Ends (UTC)"
  },
  "durationMinutes": {
    "label": "Minutes"
  },
  "isCancelled": {
    "label": "Cancelled"
  },
  "timezone": {
    "label": "Timezone"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

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