search_tours
Search mountain bus tours and lodge packages using filters for area, dates, price, seats, and stays. Get JSON results with tour pricing, departure dates, and course numbers.
Instructions
Search mountain bus tours and lodge packages on Maitabi (bus.maitabi.jp) with detailed filter criteria.
Returns a JSON string containing matching bus tours, seat options, pricing, departure dates, and course numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | Departure day (1-31). Can be a single int, a list of ints, or a string range (e.g., '14-16, 20'). | |
| area | No | Area/direction ID (e.g., 18=Tateyama Murodo, 10=Kamikochi, 0=All) | |
| page | No | Page number (1-based) | |
| month | No | Departure month (1-12) | |
| stay1 | No | Mountain lodge ID for night 1 (e.g., 5=Enzanso, 2=Nishiho Sanso) | |
| stay2 | No | Mountain lodge ID for night 2 | |
| stay3 | No | Mountain lodge ID for night 3 | |
| style | No | Tour style: 1=Round-trip bus, 2=Outbound bus, 3=Inbound bus, 4=Round-trip lodge, 5=Outbound lodge, 6=Overnight day-trip, 7=Taxi plan | |
| keyword | No | Search keyword in Japanese (e.g., '立山', '上高地') | |
| bus_sheet | No | Bus seat type: 1=Standard, 2=Premium, 3=Outbound Premium / Inbound Standard, 4=Outbound Standard / Inbound Premium, 5=Double seat, 6=Taxi | |
| course_cd | No | Maitabi course code (e.g., 'S104C21') | |
| departure | No | Departure point: 1=Tokyo (Takebashi/Shinjuku), 2=Osaka/Kyoto, 3=Nagoya | |
| max_price | No | Maximum price in JPY (e.g., 20000). Filters the results before returning. | |
| min_price | No | Minimum price in JPY (e.g., 10000). Filters the results before returning. | |
| return_day | No | Return date option: 1=1 day after departure, 2=2 days after, 3=3 days after, 4=4 days after, 5=5 days after | |
| require_available_seats | No | If True, filters out full/closed tours (満席, 受付終了). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |