# Preview Recent Posts From a Facebook Group

**Use case:** 

Pull just the three most recent public posts from a Facebook group as a quick preview. The cheapest way to confirm a group is public before a larger run.

## Input

```json
{
  "startUrls": [
    "https://www.facebook.com/groups/665320572142756"
  ],
  "maxPosts": 3,
  "includeTopComments": true,
  "fetchAllComments": false,
  "fetchCommentReplies": false
}
```

## Output

```json
{
  "post.id": {
    "label": "Post ID",
    "format": "text"
  },
  "post.text": {
    "label": "Text",
    "format": "text"
  },
  "post.author.name": {
    "label": "Author",
    "format": "text"
  },
  "post.reactionCount": {
    "label": "Reactions",
    "format": "number"
  },
  "post.commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "post.publishTime": {
    "label": "Published (Unix)",
    "format": "number"
  },
  "post.url": {
    "label": "Post URL",
    "format": "link"
  },
  "_metadata.group_url": {
    "label": "Group URL",
    "format": "string"
  },
  "_metadata.fetched_at": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Groups Scraper - Posts & Comments [NO LOGIN] ✅](https://apify.com/unseenuser/fb-groups) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/fb-groups) to learn more, explore other use cases, and run it yourself.