Retrieves visits for a given entity(venue/complex) broken by the hours of the day and its business opening hours.

The response includes:

  • 2 arrays:
    1. Hour of the day bins: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23], where each represents an hour in the day. (e.g. 11 = 11 am - 12 pm)
    2. Estimated foot traffic array: Indicates the total visits for the POI during the selected date range for each of the hour bins (correlated to the location in the Hour of the day array)
  • Array of the business opening hours for each day of the week.

Average measured processing time: 0.79 seconds
For more information on request retries best practices and processing measurements you may visit this page


📍 This service supports the Nearby Activity report. Once setting a value to the nearbyRadius parameter, the report will be generated based on the nearby activity logic.

Language
Authorization
Header
Click Try It! to start a request and see the response here!