# Niche group member buying intent signals

**Use case:** Lead generation

Identify potential customers by surfacing posts and comments that reveal purchasing intent or product interest within targeted communities.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/groups/874728723021553"
    }
  ],
  "viewOption": "RECENT_ACTIVITY",
  "resultsLimit": 10
}
```

## Output

```json
{
  "facebookUrl": {
    "label": "Group url",
    "format": "link"
  },
  "text": {
    "label": "Post text",
    "format": "text"
  },
  "photo_image.uri": {
    "label": "Post picture",
    "format": "image"
  },
  "user": {
    "label": "User"
  },
  "likesCount": {
    "label": "Number of likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Number of comments",
    "format": "number"
  }
}
```

## About this Actor

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