# Scrape Facebook Comments on Cristiano's Post

**Use case:** 

Collect comments and replies from specified Facebook posts. Receive structured JSON data for insights on brand engagement and community interactions.

## Input

```json
{
  "postUrls": [
    "https://www.facebook.com/Cristiano/posts/pfbid02seJDCEPPoHUmcP2XMQL1aKUijVK2WF9gAJGcNHx2GxpkukG4B6BPW7YxCgGoBx66l"
  ],
  "maxComments": 10,
  "includeReplies": false,
  "replyDepth": "1",
  "maxRepliesPerLevel": 2,
  "commentsSortBy": "all_comments",
  "commentsDateRange": ""
}
```

## Output

```json
{
  "postUrl": {
    "label": "Post url"
  },
  "postId": {
    "label": "Post id"
  },
  "authorName": {
    "label": "Author name"
  },
  "createdAt": {
    "label": "Created at"
  },
  "text": {
    "label": "Text"
  },
  "commentCount": {
    "label": "Comment count"
  },
  "reactionCount": {
    "label": "Reaction count"
  },
  "shareCount": {
    "label": "Share count"
  }
}
```

## About this Actor

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