# Pull Business Hours and Address From Facebook Pages

**Use case:** 

Get opening hours, postal address, category, and ratings for a list of local business Facebook pages. Built for restaurant, clinic, and retail directories.

## Input

```json
{
  "startUrls": [
    "https://www.facebook.com/mantraindianfolsom",
    "https://www.facebook.com/innoutburger",
    "https://www.facebook.com/ChipotleMexicanGrill"
  ],
  "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.