# Competitor audience engagement analysis

**Use case:** Competitive Intelligence

Uncover audience sentiment and engagement patterns from public feedback on industry-related social posts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/humansofnewyork/posts/pfbid0BbKbkisExKGSKuhee9a7i86RwRuMKFC8NSkKStB7CsM3uXJuAAfZLrkcJMXxhH4Yl"
    }
  ],
  "viewOption": "RANKED_UNFILTERED",
  "resultsLimit": 10,
  "includeNestedComments": false
}
```

## Output

```json
{
  "postTitle": {
    "label": "Post title",
    "format": "text"
  },
  "postDescription": {
    "label": "Post description",
    "format": "text"
  },
  "text": {
    "label": "Comment",
    "format": "text"
  },
  "likesCount": {
    "label": "Number of likes",
    "format": "number"
  },
  "facebookUrl": {
    "label": "Post url",
    "format": "link"
  }
}
```

## About this Actor

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