# Find Local Restaurant Facebook Pages & Contact Info

**Use case:** 

Identify and extract contact details, ratings, and addresses for restaurants in specific locations. This helps local marketing agencies build targeted lead list

## Input

```json
{
  "searchTerms": [
    "restaurant",
    "cafe",
    "pizzeria"
  ],
  "locations": [
    "New York, NY",
    "Los Angeles, CA"
  ],
  "maxItems": 150,
  "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.