# Find marketing manager profiles on Facebook search

**Use case:** 

Scrape Facebook user search results for marketing manager names with profile links, locations, and employment snippets.

## Input

```json
{
  "query": "marketing manager san francisco",
  "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.