# Tokyo to Osaka Overnight Bus Routes

**Use case:** 

Scrape all overnight highway bus routes from Tokyo to Osaka on Kosokubus — operator, fares in JPY, seat class, amenities, and booking URLs.

## Input

```json
{
  "sp_intended_usage": "Travel aggregator building Japan bus search for inbound tourists comparing overnight bus vs Shinkansen fares",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "origin": "00013",
  "destination": "00027",
  "overnightOnly": true,
  "seatClass": "any",
  "femaleOnly": false,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "JP"
  }
}
```

## Output

```json
{
  "operator_en": {
    "label": "Operator En",
    "format": "string"
  },
  "origin_city": {
    "label": "Origin City",
    "format": "string"
  },
  "destination_city": {
    "label": "Destination City",
    "format": "string"
  },
  "departure_time": {
    "label": "Departure Time",
    "format": "string"
  },
  "arrival_time": {
    "label": "Arrival Time",
    "format": "string"
  },
  "duration_minutes": {
    "label": "Duration Minutes",
    "format": "number"
  },
  "is_overnight": {
    "label": "Is Overnight",
    "format": "boolean"
  },
  "seat_class": {
    "label": "Seat Class",
    "format": "string"
  },
  "fare_yen": {
    "label": "Fare Yen",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Highway Bus Scraper — Timetables & Fares (Kosokubus)](https://apify.com/jungle_synthesizer/kosokubus-japan-intercity-bus-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/kosokubus-japan-intercity-bus-scraper) to learn more, explore other use cases, and run it yourself.