# Facebook People Search Scraper

**Use case:** 

Search Facebook profiles by name or keyword and export name, profile URL and picture. Build people lists for outreach. No login.

## Input

```json
{
  "query": "photographer",
  "search_type": "people",
  "max_posts": 20,
  "recent_posts": false
}
```

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