Place Visits
get_place_visitsFind when you visited a specific venue by merging location and event data. Specify place and optional date range to retrieve visit history.
Instructions
When was I at a venue — merges place_visits, location_visits, and event locations. ($0.10; API key required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| place | Yes | ||
| place_id | No | ||
| person_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| place | Yes | ||
| visits | Yes | ||
| confidence | No | ||
| people_present | No | ||
| matching_events | No |