places_search_text
Search for places using natural language queries with filters for type, ratings, price, open status, and location.
Instructions
Search for places using natural language queries with advanced filtering options. Supports place type filtering, rating thresholds, price levels, location biasing, and real-time availability status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text search query for places. Examples: "pizza near me", "Italian restaurants in Rome", "gas stations", "Starbucks in Seattle" | |
| 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") | |
| open_now | No | Filter for places open now | |
| min_rating | No | Minimum rating filter (1.0-5.0). Example: 4.0 for highly rated places only | |
| max_results | No | ||
| price_levels | No | Price levels to filter by (0=Free, 1=Inexpensive, 2=Moderate, 3=Expensive, 4=Very Expensive). Example: [1, 2] for inexpensive to moderate | |
| location_bias | No | ||
| excluded_types | No | Place types to exclude | |
| included_types | No | Place types to include | |
| rank_preference | No | How to rank the results |