# Facebook Pages Leads Workflow

**Use case:** 

Build a Facebook Pages leads dataset with contacts, followers, likes, websites, addresses, verification, and recent post previews.

## Input

```json
{
  "pageUrls": [
    "https://www.facebook.com/cocacola",
    "https://www.facebook.com/nike",
    "https://www.facebook.com/Starbucks"
  ],
  "maxPages": 3,
  "includeRecentPosts": true,
  "proxyCountry": "US"
}
```

## Output

```json
{
  "name": {
    "label": "Page Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "url": {
    "label": "Facebook URL",
    "format": "link"
  }
}
```

## About this Actor

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