# Facebook Keyword Search Scraper

**Use case:** 

Search across all of Facebook by keyword: posts, pages, places and people in one run. Export clean structured data. No login.

## Input

```json
{
  "query": "startup",
  "search_type": "global",
  "max_posts": 20,
  "recent_posts": false,
  "location": "London"
}
```

## 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.