# Benchmark Retail Store Footfall and Busyness for Competitors

**Use case:** 

Gather popular times data for competitor retail stores to understand their customer traffic patterns and identify strategic advantages. This enables businesses 

## 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+Palo+Alto/@37.443905,-122.164627,17z/data=!3m1!4b1!4m6!3m5!1s0x808fb36c1e55138f:0x64e2920f3161c164!8m2!3d37.443905!4d-122.1620521!16s%2Fg%2F1tfq7_y7",
    "https://www.google.com/maps/place/Best+Buy/@37.4093867,-122.0945958,17z/data=!3m1!4b1!4m6!3m5!1s0x808fb767a5449297:0xef31e9c808722a4c!8m2!3d37.4093867!4d-122.0920209!16s%2Fg%2F1tc0z0x7",
    "https://www.google.com/maps/place/Target/@37.3888372,-122.0494491,17z/data=!3m1!4b1!4m6!3m5!1s0x808fb713833b5c87:0x5825a075a3177993!8m2!3d37.3888372!4d-122.0468742!16s%2Fg%2F1tf56y_g"
  ]
}
```

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