# Extract a Skool Community Post Feed

**Use case:** 

Pull every post from a Skool community's feed or wall, with full content and engagement data. Monitor activity or archive it all.

## Input

```json
{
  "communityUrls": [
    {
      "url": "https://www.skool.com/ai-automation-society"
    }
  ],
  "maxItemsPerSection": 50,
  "skipLockedCourses": true,
  "extractCommunityFeed": true,
  "downloadResources": false,
  "downloadVideos": false,
  "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 (feedPost)",
    "format": "text"
  },
  "postUrl": {
    "label": "🔗 Post URL",
    "format": "link"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "author.fullName": {
    "label": "👤 Author",
    "format": "text"
  },
  "upvotes": {
    "label": "👍 Upvotes",
    "format": "number"
  },
  "commentsCount": {
    "label": "💬 Comments",
    "format": "number"
  },
  "attachments": {
    "label": "📎 Attachments",
    "format": "array"
  },
  "videos": {
    "label": "🎥 Videos",
    "format": "array"
  },
  "createdAt": {
    "label": "📅 Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "🔄 Updated",
    "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.