search_poi
Search for points of interest such as restaurants, hotels, and attractions by keyword, with optional city and type filters to narrow results.
Instructions
根据关键字搜索兴趣点(POI),如餐厅、酒店、景点等。支持按城市、类型筛选。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | 指定搜索城市,如:"北京"、"上海"、"010"(城市编码)等 | |
| types | No | POI类型代码,如:"050000"(餐饮服务)、"060000"(购物服务)等,多个用"|"分隔 | |
| keywords | Yes | 搜索关键字,如:"肯德基"、"北京大学"、"加油站"等 | |
| page_num | No | 页码,从1开始,默认1 | |
| citylimit | No | 是否限制在指定城市内搜索,默认false | |
| page_size | No | 每页返回结果数量,取值范围:1-50,默认20 |