# Search Facebook users by journalist name query

**Use case:** 

Find public Facebook profiles matching journalist name searches with profile URLs, photos, and listed workplaces.

## Input

```json
{
  "query": "christiane amanpour",
  "maxItems": 10,
  "scrollsAmount": 2
}
```

## Output

```json
{
  "profileImage": {
    "label": "Profile image"
  },
  "name": {
    "label": "Name"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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