# Refresh and export Facebook Page contacts

**Use case:** 

Schedule extraction for real brand Pages and export timestamped public websites, addresses, phones, emails, and social links for comparison.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/Starbucks"
    },
    {
      "url": "https://www.facebook.com/McDonalds"
    },
    {
      "url": "https://www.facebook.com/nike"
    }
  ],
  "maxItems": 3
}
```

## Output

```json
{
  "name": {
    "label": "Page name",
    "format": "string"
  },
  "url": {
    "label": "Facebook URL",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "array"
  },
  "contactFieldsFound": {
    "label": "Contacts found",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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