search_places
Search for nearby places using location and keywords. Retrieve names, addresses, ratings, and other details.
Instructions
Search for nearby places based on location and keywords. Returns place names, addresses, ratings, and other details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Location as 'lat,lng' (e.g., '37.7749,-122.4194') | |
| keyword | Yes | Keyword to search for (e.g., 'gas station', 'restaurant') | |
| radius | No | Search radius in meters (default: 5000, max: 50000) | |
| type | No | Place type (e.g., 'restaurant', 'gas_station', 'parking') |