Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using google API to tell how busy a place is

When searching for a venue in google, I can usually see the following image, displaying how busy the place is:

enter image description here

I am looking at the Google Places API docs but cannot seem to find the relevant information.

like image 333
Jacobdo Avatar asked Mar 12 '20 10:03

Jacobdo


People also ask

Does Google show how busy a place is?

When you open the app, Google Maps highlights when an area is near its busiest. Tapping on the “Busy area” label will bring up a chart that shows how busy the area is at different times of day, along with a directory of restaurants, shops, and recreational places (like a museum) within it.

Is there an app that shows you how busy a place is?

Google announced on Thursday that it expanded its "busyness" feature in the Google Maps app to show you live information on whether a place is crowded or empty.


2 Answers

It's not currently possible to get popular or busy times information from Google's Place API.

However, there is an open feature request in Google's Issue Tracker which I suggest starring to increase visibility and subscribe to future notifications:

https://issuetracker.google.com/issues/35827350

Hope this helps!

like image 117
evan Avatar answered Oct 21 '22 00:10

evan


BestTime.app provides foot traffic data almost similar to Google Popular Times and Foursquare data, but with more functionality. You can also analyze and filter foot traffic data of multiple places in an area. So you can for example filter places and show only bars that are busy on Friday evening, or show only supermarkets that are quiet on Sunday morning. Or sort the places by foot traffic on a specific hour of the day, or the dwell time (how long people visit a place).

You can view the data through their website tools (e.g. on a heatmap), or get the same data through their software API (Software API tutorial). Integrating the API is really useful if you want to e.g. make consumer-focused apps/websites to inform people to which place they should and at what time (i.e. automatically curate lists of best places to go).

Foot traffic heatmap In the picture above the BestTime.app Radar tool shows foot traffic data for popular attractions in New York City. On the left the a foot traffic prediction is shown for the whole day. The map is overlayed with a heatmap that indicates the predicted foot traffic intensity for current hour per place. Using the filters, in the right panel, you can narrow down your search by selecting for example only the quiet NYC attractions on Friday afternoon.

Disclosure: I work for BestTime.app

like image 21
Mick Avatar answered Oct 21 '22 01:10

Mick