# Forecast Tourist Hotspot Traffic for Event Planning

**Use case:** 

Obtain historical popular times data for major tourist attractions to predict visitor flow for upcoming events or seasonal campaigns. This insight is crucial fo

## 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/Eiffel+Tower/@48.8583701,2.2922926,17z/data=!3m1!4b1!4m6!3m5!1s0x47e66e2964e34e2d:0x8ddca9ee3807a76d!8m2!3d48.8583701!4d2.2944813!16s%2Fm%2F030cv",
    "https://www.google.com/maps/place/Statue+of+Liberty+National+Monument/@40.6892494,-74.0466891,17z/data=!3m1!4b1!4m6!3m5!1s0x89c250917637841f:0xc69b3f3b4383a15!8m2!3d40.6892494!4d-74.0445004!16s%2Fg%2F11b65v7d41",
    "https://www.google.com/maps/place/Colosseum/@41.8902102,12.4900422,17z/data=!3m1!4b1!4m6!3m5!1s0x132f61b6532013ad:0x28f1c82e908503c4!8m2!3d41.8902102!4d12.4922309!16s%2Fm%2F01n32"
  ]
}
```

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