foursquare.places.search
Find restaurants, hotels, cafes, and attractions worldwide by name, category, or location using Foursquare data. Search with geographic context, filter by categories, and sort results by relevance, rating, or distance.
Instructions
Search for places (restaurants, hotels, cafes, attractions) worldwide by name, category, or location (Foursquare)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search term (e.g. "restaurant", "coffee", "hotel") | |
| near | No | Place name for geographic context (e.g. "Bangkok,Thailand", "New York,NY") | |
| ll | No | Latitude,longitude (e.g. "13.7563,100.5018"). Use either near or ll, not both | |
| radius | No | Search radius in meters (max 100000) | |
| categories | No | Comma-separated Foursquare category IDs to filter results | |
| limit | No | Max results to return (1-50, default 10) | |
| sort | No | Sort order for results | |
| open_now | No | Filter to only places open now |