amap_poi_ranking
Search and rank POIs by rating or price to find restaurants, bars, and attractions in a city or area. Filter by keywords, location, and minimum rating for curated picks.
Instructions
POI 评分榜单 —— 类似高德「扫街榜」。搜索指定区域/城市内某类POI,按评分/价格排序,返回Top N。找好餐厅、好酒吧、热门打卡地就用这个。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | 返回前N条,默认10,最大25 | |
| city | No | 城市,如「中山」「珠海」 | |
| sort | No | 排序方式: rating=评分降序(默认), cost_asc=价格升序, cost_desc=价格降序 | |
| types | No | POI类型代码,如「050100」(中餐厅)「050200」(外国餐厅) | |
| radius | No | 周边搜索半径(米),默认 5000,最大 50000 | |
| keywords | Yes | 搜索关键词,如「清吧」「西餐」「糖水」「火锅」 | |
| location | No | 中心点坐标(lng,lat),传入后做周边搜索并按评分排序 | |
| min_rating | No | 最低评分过滤,如「4.0」只返回4星以上 |