search_restaurants
Find top-rated dining spots in Japan with verified Bayesian scores, Tabelog awards, and budget filters. Search by area, cuisine, and meal type to get direct reservation info.
Instructions
Search top-rated restaurants, cafes, and gourmet dining spots (via Tabelog Japan and global dining providers).
Includes verified Bayesian rating scores (>=3.50 is top ~3% in Japan, >=4.00 is legendary Michelin tier), The Tabelog Award winners (Gold, Silver, Bronze), 100 Famous Stores (Hyakumeiten), lunch vs. dinner budgets, multilingual menu indicators, and direct online reservation status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Optional district or station area (e.g. 'Shinjuku', 'Ginza', 'Roppongi'). Default: None. | |
| page | No | Results page number (default: 1). | |
| genre | No | Optional cuisine type (e.g. 'sushi', 'ramen', 'yakiniku', 'izakaya', 'tempura', 'kaiseki', 'cafe'). Default: None. | |
| limit | No | Maximum results to return (default: 10). | |
| query | Yes | Search term (e.g. 'sushi ginza', 'ramen shinjuku', 'Sukiyabashi Jiro', 'kaiseki kyoto', 'cafe shibuya'). | |
| sort_by | No | Ranking order: 'rating' (score desc ranking - recommended for best food), 'trend' (popularity), or 'standard'. Default: 'rating'. | rating |
| provider | No | Dining provider ('tabelog'). Default: 'tabelog'. | tabelog |
| meal_type | No | Budget/time filter: 'all', 'lunch', or 'dinner'. Default: 'all'. | all |
| prefecture | No | Optional prefecture / state (e.g. 'tokyo', 'kyoto', 'osaka', 'hokkaido', 'fukuoka', 'ishikawa'). Default: None. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| genre | No | Cuisine / genre filter | |
| query | Yes | Search query | |
| sort_by | No | Sort criteria ('rating' for score desc, 'trend' for popularity, 'standard' for default) | rating |
| prefecture | No | Prefecture filter (e.g. 'tokyo', 'kyoto', 'osaka') | |
| restaurants | No | List of restaurant results | |
| total_results | No | Total matches found |