search_restaurants
Search the 396 restaurants participating in NYC Restaurant Week Summer 2026 (Jul 20 – Sep 6). All filters are optional and combinable. Prix-fixe tiers are $30 / $45 / $60 for lunch, brunch, or dinner. Saturdays are excluded program-wide; Sunday participation varies. Returns a paginated list with total count — use get_restaurant with a slug for menus, reservation and website links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | A specific date (YYYY-MM-DD) you want to dine — resolves to the right week and handles Saturday/Sunday rules | |
| meal | No | ||
| week | No | Program week 1–7 (Week 1 starts Jul 20, Week 7 ends Sep 6) | |
| limit | No | Results per page, default 10, max 25 | |
| price | No | Maximum prix-fixe price per person: 30, 45, or 60 | |
| query | No | Free-text search over name, description, cuisine, and neighborhood (e.g. 'rooftop', 'omakase', 'steak tribeca') | |
| offset | No | Pagination offset | |
| sunday | No | true = only restaurants offering Restaurant Week on Sundays | |
| borough | No | ||
| cuisine | No | Cuisine filter, e.g. Italian, Japanese / Sushi, Steakhouse, French, Korean, Mexican, Seafood, Indian, Thai (see list_filters for all 50+) | |
| has_menu | No | true = only restaurants that published their Restaurant Week menu PDF | |
| collection | No | Curated NYC Tourism collections | |
| neighborhood | No | e.g. Tribeca, West Village, Astoria, Williamsburg (see list_filters) | |
| bookable_on_opentable | No | true = only restaurants reservable via OpenTable |