places_nearby
Search for places of interest within a specified radius of a geographic location. Filter by type and get results like restaurants, shops, and attractions.
Instructions
Discover places within a specified radius of a geographic location. Perfect for finding restaurants, shops, services, and attractions near a specific point of interest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region code for biasing results (ISO 3166-1 alpha-2, e.g., "US", "GB", "DE") | |
| language | No | Language code for results (ISO 639-1, e.g., "en", "es", "fr") | |
| location | Yes | Geographic coordinates of the center point for the search. Provide as {"lat": 37.7749, "lng": -122.4194} | |
| max_results | No | Maximum number of results to return | |
| radius_meters | Yes | Search radius in meters | |
| included_types | No | Place types to include in search |