# Track Public Reactions to a Facebook Launch Post

**Use case:** 

Gather public reaction previews from a launch post or reel to review early audience response and named reactors.

## Input

```json
{
  "postUrls": [
    "https://www.facebook.com/WBBPosts/posts/pfbid02j21mpxEygikxxqKh3AaQxsct5vByRpuZVTgpBMELoKArJT6oJjvek8Y3TdRdDgvYl"
  ],
  "maxResults": 10,
  "maxResultsPerPost": 10,
  "sourceMode": "apifyNative"
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "postUrl": {
    "label": "Facebook post URL",
    "format": "string"
  },
  "reactionType": {
    "label": "Reaction type",
    "format": "string"
  },
  "reactorName": {
    "label": "Reactor name",
    "format": "string"
  },
  "reactorProfileUrl": {
    "label": "Reactor profile URL",
    "format": "string"
  },
  "reactionCount": {
    "label": "Aggregate reaction count",
    "format": "integer"
  },
  "source": {
    "label": "Data source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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