# Scrape Streamer Sponsorship Leads - Twitch

**Use case:** 

Build a Twitch streamer contact list with Business email, Instagram, YouTube, Followers and Lead score. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "displayName": {
    "label": "Streamer",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "businessEmail": {
    "label": "Business email",
    "format": "text"
  },
  "instagram": {
    "label": "Instagram",
    "format": "link"
  },
  "youtube": {
    "label": "YouTube",
    "format": "link"
  },
  "tiktok": {
    "label": "TikTok",
    "format": "link"
  },
  "twitter": {
    "label": "X / Twitter",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "Twitch 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.