# Enrich CRM Contacts From a List of Facebook Pages

**Use case:** 

Bulk enrich CRM contacts with public Facebook page data: category, website, address, ratings, follower counts, and hours. Paste page URLs, get clean rows.

## Input

```json
{
  "startUrls": [
    "https://www.facebook.com/apifytech",
    "https://www.facebook.com/HubSpot",
    "https://www.facebook.com/Zapier",
    "https://www.facebook.com/Stripe"
  ],
  "getBusinessHours": true,
  "includePosts": false,
  "maxPosts": 9,
  "includeEvents": false,
  "includePhotos": false,
  "maxPhotos": 0,
  "includeReels": false,
  "maxReels": 10
}
```

## Output

```json
{
  "name": {
    "label": "Page",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "url": {
    "label": "Facebook URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Page Details Scraper - Lead Gen [NO COOKIES] ✅](https://apify.com/unseenuser/fb-pages) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/fb-pages) to learn more, explore other use cases, and run it yourself.