# Optimize Retail Store Hours with Google Maps Popular Times D

**Use case:** 

Scrape popular times for retail competitors to identify peak shopping hours and customer traffic patterns. This insight enables retailers to adjust staffing, op

## 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/Apple+Fifth+Avenue/@40.763836,-73.9729828,17z/data=!3m1!4b1!4m6!3m5!1s0x89c258ec78d655f9:0x981559e8f4984260!8m2!3d40.763836!4d-73.9704079!16s%2Fg%2F1tf8z3z4?entry=ttu",
    "https://www.google.com/maps/place/Best+Buy/@40.735878,-73.9911956,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259a444a77033:0x15f335e2691f1a4e!8m2!3d40.735878!4d-73.9886207!16s%2Fg%2F1tj5m146?entry=ttu",
    "https://www.google.com/maps/place/Target/@40.741005,-73.988559,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259a42426ddcf:0x4d07b46d0a7a409b!8m2!3d40.741005!4d-73.9859841!16s%2Fg%2F11b6m6f947?entry=ttu"
  ]
}
```

## 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.