# Facebook Brand Monitoring Scraper

**Use case:** 

Track brand mentions on Facebook: search recent posts by keyword and export author, reactions, comments and shares, newest first. No login.

## Input

```json
{
  "query": "Tesla",
  "search_type": "posts",
  "max_posts": 20,
  "recent_posts": true
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "message": {
    "label": "Message",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "reactions_count": {
    "label": "Reactions",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "reshare_count": {
    "label": "Shares",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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