maps_text_search
Search for points of interest (POI) by keyword, including restaurants, gas stations, and attractions. Refine results by region, POI types, and optional fields for business details, photos, or indoor maps.
Instructions
根据关键词搜索 POI(兴趣点),如餐厅、加油站、景点等。(搜索POI 2.0,v5接口)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | (可选)POI 类型代码,多个用"|"分隔,如"050100|050200" | |
| region | No | (可选)搜索区划,增加指定区域内数据召回权重,可填 citycode、adcode 或城市名(如北京市) | |
| keywords | Yes | 搜索关键词,如"北京大学"、"附近的咖啡" | |
| page_num | No | (可选)页码,默认 1 | |
| page_size | No | (可选)每页结果数,默认 10,最大 25 | |
| city_limit | No | (可选)是否严格限定在 region 指定区域内搜索,true/false,默认 false | |
| show_fields | No | (可选)额外返回字段,多个用","分隔。可选:business(营业时间/评分/电话)、children(子POI)、indoor(室内地图)、navi(导航入口坐标)、photos(图片) |