# Identify Beauty Salon Facebook Pages for Brand Partnerships

**Use case:** 

Compile a list of beauty salons and spas with their contact information and follower counts. This helps beauty product brands find suitable partners for collabo

## Input

```json
{
  "searchTerms": [
    "beauty salon",
    "spa",
    "hairdresser"
  ],
  "locations": [
    "Dallas, TX",
    "Atlanta, GA",
    "Denver, CO"
  ],
  "maxItems": 120,
  "cookies": ""
}
```

## Output

```json
{
  "pageName": {
    "label": "Page Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "facebookUrl": {
    "label": "Facebook URL",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  }
}
```

## About this Actor

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