search_checkins
Filter and search check-in history by venue, category, city, state, country, and date range. Use client-side filtering to refine results.
Instructions
Search check-ins with flexible filters. EXPENSIVE: Requires client-side filtering. Use filters to narrow results. For comprehensive searches, increase max_scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Text to match against venue names or categories (case-insensitive substring). Optional if using other filters. | |
| category | No | Category match (e.g., 'Coffee Shop', 'Airport', 'Bar'). Case-insensitive. Matches both primary and parent categories (e.g., 'Coffee Shop' matches 'Café'). | |
| city | No | Filter by city name (case-insensitive substring match) | |
| state | No | Filter by state/region (case-insensitive substring match) | |
| country | No | Filter by country (case-insensitive substring match) | |
| start_date | No | Start date in ISO format (YYYY-MM-DD). Only return check-ins on or after this date. | |
| end_date | No | End date in ISO format (YYYY-MM-DD). Only return check-ins on or before this date. | |
| limit | No | Maximum results to return (default 50) | |
| max_scan | No | Maximum items to scan (default 5000). Increase for comprehensive searches, use -1 for unlimited. |