Google Maps
google_mapsSearch Google Maps for places or retrieve exact place details using place ID or CID. Filter by price, rating, and opening hours to get name, address, reviews, and more.
Instructions
Search Google Maps for places (local_results with name, address, rating, reviews, hours, phone, website, coordinates) or fetch one exact place (place_results) by place_id, data_cid or data sequence. Filter by price, rating and opening hours. Free without an API key: 50 calls per network per day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| m | No | Radius in meters; use with location or lat/lon | |
| q | No | Search text; required for type=search | |
| z | No | Zoom 3-30; use with location or lat/lon | |
| gl | No | Two-letter country for localization, e.g. "us" | |
| hl | No | Language code such as "en" or "en-GB"; default en | |
| ll | No | Viewport as @lat,lon,14z or @lat,lon,5000m | |
| lat | No | Latitude; supply together with lon | |
| lon | No | Longitude; supply together with lat | |
| data | No | Exact place by Google Maps data sequence | |
| type | No | search (default) for a query, or place for one exact place identified by place_id, data_cid or data | |
| start | No | Native Maps result offset | |
| nearby | No | Restrict results to places near the viewport | |
| data_cid | No | Exact place by decimal Google CID | |
| location | No | Named search origin such as "Austin, Texas"; conflicts with uule and lat/lon | |
| place_id | No | Exact place by Google place ID | |
| max_price | No | Price level upper bound | |
| min_price | No | Price level lower bound | |
| min_rating | No | Minimum rating preference | |
| open_state | No | Open now, or open 24 hours; cannot combine with open_on_day | |
| open_on_day | No | ||
| open_at_hour | No | Hour 0-23; requires open_on_day | |
| google_domain | No | Google domain such as google.co.uk; default google.com | |
| result_groups | No | Return only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept |