# Scrape Mark Zuckerberg Facebook profile by URL

**Use case:** 

Extract public Facebook profile data for Mark Zuckerberg by profile URL with bio, work history, education, and profile images.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/zuck"
    }
  ],
  "query": "larosalía smith",
  "maxItems": 1,
  "scrollsAmount": 1
}
```

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