# Facebook Group Lead Generation - Find Intent Posts

**Use case:** 

Facebook group lead generation: surface posts where members ask for recommendations or describe a problem you solve. Outbound research with a lawful basis.

## Input

```json
{
  "startUrls": [
    "https://www.facebook.com/groups/665320572142756"
  ],
  "maxPosts": 30,
  "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.