# YouTube Education Channels Latest Results

**Use case:** 

Latest Results of YouTube Education Channels. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "handles": [
    "@veritasium",
    "@3blue1brown",
    "@CrashCourse",
    "@khanacademy",
    "@TEDEd"
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "channelId": {
    "label": "🆔 Channel ID",
    "format": "text"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "handle": {
    "label": "🆔 Handle",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "subscribers": {
    "label": "👥 Subscribers",
    "format": "text"
  },
  "totalViews": {
    "label": "👁️ Views",
    "format": "text"
  },
  "videoCount": {
    "label": "🎬 Videos",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "imageUrl": {
    "label": "🖼️ Avatar",
    "format": "image"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Education Channels Scraper](https://apify.com/parseforge/youtube-edu-channels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/youtube-edu-channels-scraper) to learn more, explore other use cases, and run it yourself.