> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Google Maps

> Search Google Maps for locations.

{/* Tool: maps_search */}

## Parameters

<ParamField path="query" type="string" required={true}>
  Natural language prompt describing what to find on Google Maps.
</ParamField>

<ParamField path="location" type="string" default={""}>
  Optional location or area to bias results (city, address, or neighborhood).
</ParamField>

<ParamField path="open_now" type="string" default={""}>
  If true/false, filter for places that are open now or not open now.
</ParamField>

<ParamField path="min_rating" type="number" default={-1.0}>
  Optional minimum rating filter (0–5).
</ParamField>

<ParamField path="included_type" type="string" default={""}>
  Optional place type to focus results (e.g., restaurant, cafe, museum).
</ParamField>

<ParamField path="price_level" type="string" default={""}>
  Optional price level filter (e.g., "\$", "\$\$", "\$\$\$", "\$\$\$\$" or "cheap/moderate/expensive").
</ParamField>

<ParamField path="language" type="string" default={""}>
  Optional BCP-47 language tag for results (e.g., en-US).
</ParamField>

<ParamField path="region" type="string" default={""}>
  Optional region code to bias results (e.g., us, gb, fr).
</ParamField>
