# Monitor Brand Campaigns and Customer Feedback on Facebook

**Use case:** 

Extract Facebook posts, reels, photos, engagement metrics, and comments to monitor brand campaigns and customer feedback.

## Input

```json
{
  "profiles": [
    "nike"
  ],
  "resultsPerProfile": 10,
  "includeComments": true,
  "commentsSortOrder": "RANKED_FILTERED_INTENT_V1",
  "commentsLimit": 20
}
```

## Output

```json
{
  "authorProfileImage": {
    "label": "🖼️ Profile",
    "format": "string"
  },
  "postId": {
    "label": "🆔 Post ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 Post URL",
    "format": "string"
  },
  "authorName": {
    "label": "👤 Author",
    "format": "string"
  },
  "text": {
    "label": "📝 Post Text",
    "format": "string"
  },
  "createdAt": {
    "label": "⏱️ Published At",
    "format": "integer"
  },
  "reactionCount": {
    "label": "❤️ Reactions",
    "format": "integer"
  },
  "commentCount": {
    "label": "💬 Comments",
    "format": "integer"
  },
  "shareCount": {
    "label": "🔁 Shares",
    "format": "integer"
  },
  "mediaType": {
    "label": "📦 Media Type",
    "format": "string"
  },
  "videoViewCount": {
    "label": "▶️ Video Views",
    "format": "integer"
  }
}
```

## About this Actor

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