# Youtube Creator Outreach All-In-One - YouTube, Twitch,

**Use case:** 

Extract Creator Outreach All-In-One - YouTube, Twitch, Kick & More data filtered by youtube. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "query": "mrbeast",
  "sources": [
    "youtube"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "primaryEmail": {
    "label": "Email",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Creator Outreach All-In-One - YouTube, Twitch, Kick & More](https://apify.com/parseforge/youtube-twitch-kick-creator-outreach-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/youtube-twitch-kick-creator-outreach-scraper) to learn more, explore other use cases, and run it yourself.