# Optimize Pharmacy Wait Times with Popular Hours Data

**Use case:** 

Identify peak busy hours for local pharmacies to improve customer experience and operational efficiency. Pharmacists and clinic administrators can use this data

## 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/CVS+Pharmacy/@34.020739,-118.490076,17z/data=!3m1!4b1!4m6!3m5!1s0x80c2bb740e26d4ad:0x391307ee15fb6443!8m2!3d34.020739!4d-118.4875011!16s%2Fg%2F1tf7w3h6",
    "https://www.google.com/maps/place/Walgreens/@34.027038,-118.484196,17z/data=!3m1!4b1!4m6!3m5!1s0x80c2bc552b75a4fd:0xd08a74e503378b27!8m2!3d34.027038!4d-118.4816211!16s%2Fg%2F1tdw_0yg",
    "https://www.google.com/maps/place/Rite+Aid/@34.018991,-118.498453,17z/data=!3m1!4b1!4m6!3m5!1s0x80c2ba403a55f94b:0x5e851a7e2b740523!8m2!3d34.018991!4d-118.4958781!16s%2Fg%2F1td_1t9r"
  ]
}
```

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