# Japan Rail Osaka to Fukuoka Shinkansen Timetable

**Use case:** 

Extract Osaka to Fukuoka Shinkansen itineraries from Yahoo Transit — Sakura/Nozomi trains, IC fares, seat fees, JR Pass eligibility, and transfer count.

## Input

```json
{
  "sp_intended_usage": "Shinkansen fare and schedule research for Osaka to Fukuoka route planning",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "journey_search",
  "origin": "大阪",
  "destination": "福岡",
  "station": "東京",
  "date": "",
  "time": "",
  "includeShinkansen": true,
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "JP"
  }
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "origin_station_en": {
    "label": "Origin Station En",
    "format": "string"
  },
  "destination_station_en": {
    "label": "Destination Station En",
    "format": "string"
  },
  "departure_time": {
    "label": "Departure Time",
    "format": "string"
  },
  "arrival_time": {
    "label": "Arrival Time",
    "format": "string"
  },
  "duration_minutes": {
    "label": "Duration Minutes",
    "format": "integer"
  },
  "transfers": {
    "label": "Transfers",
    "format": "integer"
  },
  "total_fare_yen": {
    "label": "Total Fare Yen",
    "format": "integer"
  },
  "is_shinkansen": {
    "label": "Is Shinkansen",
    "format": "boolean"
  },
  "jr_pass_eligible": {
    "label": "Jr Pass Eligible",
    "format": "boolean"
  },
  "train_name": {
    "label": "Train Name",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Rail Scraper - JR, Shinkansen, Metro Timetables](https://apify.com/jungle_synthesizer/japan-rail-timetable-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/japan-rail-timetable-scraper) to learn more, explore other use cases, and run it yourself.