Besttime Live
besttime_liveIs busy right now vs usual — returns live foot-traffic busyness compared to the forecasted level for this hour. Identify the venue by venue_id, or by venue_name + venue_address. Example: besttime_live({ venue_name: "Blue Bottle Coffee", venue_address: "66 Mint St, San Francisco", _apiKey: "pri_xxx:pub_yyy" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | Yes | BestTime keys as "privateKey:publicKey" (pri_.../pub_...) from besttime.app | |
| venue_id | No | Venue id from besttime_forecast (fastest). Alternative to venue_name+venue_address. | |
| venue_name | No | Business name (required if venue_id not given) | |
| venue_address | No | Business address (required if venue_id not given) |