# Public Facebook group discussions

**Use case:** Market research

Reveal customer interests and trending topics by analyzing posts and engagement from public Facebook groups.

## Input

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

## 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.