search_tabelog
Search Japan's Tabelog restaurant database by query, area, cuisine, and prefecture. Sort results by rating, trend, or standard, and filter by lunch or dinner.
Instructions
Direct shortcut to search restaurants across Japan on Tabelog (tabelog.com).
Equivalent to search_restaurants(..., provider='tabelog').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Optional district or station area. | |
| page | No | Results page number (default: 1). | |
| genre | No | Optional cuisine type. | |
| limit | No | Maximum results to return (default: 10). | |
| query | Yes | Search term (e.g. 'sushi ginza', 'ramen shinjuku', 'Sukiyabashi Jiro'). | |
| sort_by | No | Ranking order: 'rating', 'trend', or 'standard'. Default: 'rating'. | rating |
| meal_type | No | 'all', 'lunch', or 'dinner'. Default: 'all'. | all |
| prefecture | No | Optional prefecture filter (e.g. 'tokyo', 'kyoto', 'osaka', 'hokkaido', 'fukuoka', 'ishikawa'). |
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 |