search_general_tours
Find travel tours and mountain climbing packages by keyword, departure date, price range, and category. Returns matching tours with sorting and pagination.
Instructions
Search general travel tours and mountain climbing packages on www.maitabi.jp.
Returns a JSON string containing matching tours, total count, pagination, sorting, and categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | Departure day of month (1-31). Can be a single int, a list of ints, or a string range (e.g., '14-16, 20'). | |
| page | No | Page number (1-based) | |
| keyword | No | Search keyword in Japanese (e.g., '富士山', '京都') | |
| max_price | No | Maximum price in JPY (e.g., 50000). Filters the results before returning. | |
| min_price | No | Minimum price in JPY (e.g., 10000). Filters the results before returning. | |
| list_order | No | Sort order: 'startDateAsc' (departure earliest), 'saikouStatus' (departure status), 'yoyakuStatus' (availability), 'priceAsc' (price low to high), 'priceDesc' (price high to low) | |
| year_month | No | Departure year-month string in 'YYYY-MM' format (e.g., '2026-08') | |
| travel_type | No | Category ID: 1=Domestic Mountain (default), 2=Domestic Travel, 3=Mountain Bus, 4=Overseas Mountain, 5=Overseas Travel | |
| category_nos1 | No | Subcategory Nos for Style/Duration (e.g. [36] for Day trip, [259] for Overnight) | |
| category_nos2 | No | Subcategory Nos for Difficulty/Shoes (e.g. [363] for Grade 1 / Introduction) | |
| category_nos3 | No | Subcategory Nos for Departure Region (e.g. [13] for Kanto, [15] for Tokai) | |
| category_nos4 | No | Subcategory Nos for Themes/Tours | |
| category_nos5 | No | Subcategory Nos for Guides | |
| require_available_seats | No | If True, filters out full/closed tours (満席, 受付終了). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |