search_local_maps
Search for local businesses on Google Maps using latitude, longitude, and keywords. Retrieve name, address, rating, and review count for offline competitor and channel analysis.
Instructions
[Google Maps 本地商家搜索] 在指定经纬度范围搜本地商家,返回名称/地址/评分/评论数等。 Use when: 用户说"X 城市的 Y 商家""本地零售调研""线下渠道分布""某区域的咖啡店/超市/批发商""品牌实体店覆盖密度";做线下竞品/渠道调研;判断某品类在某地区的实体供给密度。 Don't use: 想要电商商品(用 Amazon 系列);想要全球趋势(用 google_trends);想要 Google 搜索结果(用 google_ai_search)。 Returns: data.organicResults[{ place_id, name, about, rating, number_of_reviews, borough, street_addr, city, postal_code, ... }]。 Pair with: ↑ query (商家关键词) + latitude/longitude/zoom 定位(zoom 1=世界, 13=城市, 21=单栋建筑);↓ 主要给人看分布,下游通常不接其他 tool。 Cost: ~1.5 积点/次, ~5s。 Tips: zoom 默认 13(城市级别)就能拿到一片商家;缩到 17+ 才聚焦到一条街。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 本地搜索关键词。Examples: 'coffee shop' / 'wholesale electronics' / '电子产品批发' / 'pet store'。 | |
| latitude | Yes | 搜索中心点的纬度。Examples: 37.7822 (旧金山) / 40.7128 (纽约) / 34.0522 (洛杉矶)。 | |
| longitude | Yes | 搜索中心点的经度。Examples: -122.4642 (旧金山) / -74.0060 (纽约) / -118.2437 (洛杉矶)。 | |
| zoom | No | 地图缩放级别,1=全球,13=城市,21=单栋建筑。默认 13。 | |
| language | No | BCP-47 语言码,例如 'en'、'zh-CN'。 | en |
| limit | No | 返回的最大结果数(1-100)。 |