# Sustainable footwear brand CRM enrichment

**Use case:** 

Enrich internal records with verified company details for targeted outreach and improved campaign efficiency.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/allbirds"
    },
    {
      "url": "https://www.facebook.com/VABOROMANGEL"
    },
    {
      "url": "https://www.facebook.com/rothys"
    },
    {
      "url": "https://www.facebook.com/tentree"
    },
    {
      "url": "https://www.facebook.com/Patagonia"
    },
    {
      "url": "https://www.facebook.com/nike"
    },
    {
      "url": "https://www.facebook.com/adidas"
    },
    {
      "url": "https://www.facebook.com/NewBalance"
    },
    {
      "url": "https://www.facebook.com/PUMA"
    },
    {
      "url": "https://www.facebook.com/timberland"
    }
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "categories": {
    "label": "Categories"
  },
  "likes": {
    "label": "Likes"
  },
  "info": {
    "label": "Info"
  },
  "rating": {
    "label": "Rating"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "address": {
    "label": "Address"
  },
  "website": {
    "label": "Website"
  },
  "pageUrl": {
    "label": "Facebook URL",
    "format": "link"
  }
}
```

## About this Actor

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