# Analyze Restaurant Peak Hours for Staffing Optimization

**Use case:** 

Understand peak visitation times for popular restaurants to optimize staffing levels and improve customer service. This data helps restaurant owners and manager

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/McDonald%27s/@40.7577297,-73.9853627,17z/data=!3m1!4b1!4m6!3m5!1s0x89c2597777397641:0x4387a82ee10d3e3b!8m2!3d40.7577297!4d-73.9853627!16s%2Fg%2F11fld77pvs",
  "placeUrls": [
    "https://www.google.com/maps/place/The+Cheesecake+Factory/@34.0112117,-118.4950926,17z/data=!3m1!4b1!4m6!3m5!1s0x80c2ba4319c5c9ff:0x2c6f131a90d989f5!8m2!3d34.0112117!4d-118.4925177!16s%2Fg%2F1td06q52",
    "https://www.google.com/maps/place/Gjelina/@33.9912066,-118.4716768,17z/data=!3m1!4b1!4m6!3m5!1s0x80c2bba521c7d2c3:0x1b44357b9e0757c9!8m2!3d33.9912066!4d-118.4691019!16s%2Fg%2F1tf70c_b",
    "https://www.google.com/maps/place/Nobu+Malibu/@34.0387531,-118.6833783,17z/data=!3m1!4b1!4m6!3m5!1s0x80c2a507a21fb321:0x51c70e3012a933fb!8m2!3d34.0387531!4d-118.6808034!16s%2Fg%2F1tdr9d51"
  ]
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "placeId": {
    "label": "Place id"
  },
  "placeUrl": {
    "label": "Place url"
  },
  "popularTimesHasData": {
    "label": "Popular times has data"
  },
  "currentBusyness": {
    "label": "Current busyness"
  },
  "currentBusynessText": {
    "label": "Current busyness text"
  },
  "typicalTimeSpent": {
    "label": "Typical time spent"
  },
  "popularTimes": {
    "label": "Popular times"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Popular Times Scraper](https://apify.com/crawlerbros/google-maps-popular-times) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-maps-popular-times) to learn more, explore other use cases, and run it yourself.