top_rated
List the highest-rated restaurants (Infatuation 0–10 scale), with optional cuisine, neighbourhood and price filters. Use for 'best in the city' requests. Differs from search_restaurants: no free-text query, strictly rating-ordered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for proximity search. Must be given together with lng; radius_km defaults to 5 km when omitted. A location outside the NYC coverage area is rejected with an error. | |
| lng | No | Longitude for proximity search. Must be given together with lat; radius_km defaults to 5 km when omitted. | |
| city | Yes | City slug, always required. Currently 'new-york', covering the five boroughs plus the immediate metro (within 30 km of Manhattan). | |
| limit | No | Max results (default 10) | |
| cuisine | No | e.g. 'Italian', 'ramen' | |
| occasion | No | Occasion tag. Allowed: 'Date Nights', 'Happy Hours', 'Pre-Theater', 'See & Be Seen', 'Serious Takeout Operation', 'Unique Dining Experiences', 'Wasting Your Time & Money'. Hyphens and spaces are flexible ('date-night' works). | |
| radius_km | No | Search radius in kilometres (default 5 when lat/lng are given without it). Requires lat and lng. | |
| min_rating | No | Minimum Infatuation rating | |
| price_tier | No | 1 ($) to 4 ($$$$) | |
| neighborhood | No | e.g. 'West Village', or a borough like 'Brooklyn' | |
| include_closed | No | Include known-closed venues (default false) |