# Download Skool Videos in Bulk (MP4)

**Use case:** 

Bulk-download every video hosted in a Skool classroom as MP4 files, always at the best available quality. Fast, automated, and resumable.

## Input

```json
{
  "communityUrls": [
    {
      "url": "https://www.skool.com/ai-automation-society/classroom"
    }
  ],
  "maxItemsPerSection": 5,
  "skipLockedCourses": true,
  "extractCommunityFeed": false,
  "downloadResources": false,
  "downloadVideos": true,
  "postUrls": [
    {
      "url": "https://www.skool.com/ai-automation-society/please-read-rules-and-guidelines"
    }
  ],
  "downloadAttachments": false,
  "maxCommentsPerPost": 1,
  "discoveryMaxResults": 1,
  "discoveryUrls": [
    {
      "url": "https://www.skool.com/discovery?ty=public&c=e85018a1df484d5ea09c43c8b2764586&lang=all&pr=free-trial&srt=top-v2"
    }
  ]
}
```

## Output

```json
{
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "community": {
    "label": "🌐 Community",
    "format": "text"
  },
  "course": {
    "label": "📚 Course",
    "format": "text"
  },
  "lesson": {
    "label": "📖 Lesson",
    "format": "text"
  },
  "position": {
    "label": "🔢 Position",
    "format": "number"
  },
  "hostedVideo.thumbnailUrl": {
    "label": "🖼️ Thumbnail",
    "format": "image"
  },
  "hostedVideo.durationMs": {
    "label": "⏱️ Duration (ms)",
    "format": "number"
  },
  "hostedVideo.fileSizeHuman": {
    "label": "📦 Size",
    "format": "text"
  },
  "hostedVideo.aspectRatio": {
    "label": "📐 Aspect Ratio",
    "format": "text"
  },
  "hostedVideo.status": {
    "label": "📡 Status",
    "format": "text"
  },
  "hostedVideo.downloadUrl": {
    "label": "🔗 Video URL",
    "format": "link"
  },
  "hostedVideo.direct_download": {
    "label": "⬇️ Download",
    "format": "link"
  },
  "lessonVideo.platform": {
    "label": "🎬 Embed Video Platform",
    "format": "text"
  },
  "lessonVideo.url": {
    "label": "🔗 Embed Video URL",
    "format": "link"
  },
  "lessonVideo.durationMs": {
    "label": "⏱️ Embed Duration (ms)",
    "format": "number"
  },
  "lessonVideo.thumbnailUrl": {
    "label": "🖼️ Embed Thumbnail",
    "format": "image"
  },
  "lessonUrl": {
    "label": "🔗 Lesson URL",
    "format": "link"
  },
  "extractedAt": {
    "label": "🕐 Extracted At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Skool Scraper Pro- FREE TO USE](https://apify.com/dz_omar/skool-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dz_omar/skool-scraper-pro) to learn more, explore other use cases, and run it yourself.