# Scrape events from many Skool communities

**Use case:** 

Batch-extract calendars from multiple Skool communities in one run. Combined CSV/JSON of all events with community name tagged.

## Input

```json
{
  "communities": [
    "ai-automation-society",
    "synthesizer-school",
    "modern-mastery"
  ],
  "maxItems": 25,
  "includeRecurringOccurrences": true,
  "monitorMode": false,
  "alertOnNewEvent": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Event",
    "format": "string"
  },
  "communityName": {
    "label": "Community",
    "format": "string"
  },
  "startTime": {
    "label": "Start",
    "format": "string"
  },
  "endTime": {
    "label": "End",
    "format": "string"
  },
  "timezone": {
    "label": "Timezone",
    "format": "string"
  },
  "recurring": {
    "label": "Recurring",
    "format": "boolean"
  },
  "host": {
    "label": "Host",
    "format": "string"
  },
  "link": {
    "label": "Join link",
    "format": "string"
  },
  "eventUrl": {
    "label": "On Skool",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Skool Events Scraper — Community Calendar & Reminders](https://apify.com/scrapersdelight/skool-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/skool-events-scraper) to learn more, explore other use cases, and run it yourself.