get_top_venues
Retrieve your most visited venues with visit counts from Foursquare Swarm check-in history. Filter by category, city, state, or country.
Instructions
Get your most visited venues with visit counts. EXPENSIVE: Scans check-in history to aggregate venue visits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of top venues to return (default 10) | |
| category | No | Filter by category (e.g., 'Coffee Shop', 'Bar'). Case-insensitive. | |
| city | No | Filter by city name (case-insensitive) | |
| state | No | Filter by state/region (case-insensitive) | |
| country | No | Filter by country (case-insensitive) | |
| max_scan | No | Maximum check-ins to scan (default 10000, -1 for unlimited) |