# Indian Railways   Schedules, Fares & Live Status — Full Expo

**Use case:** 

Scrape the full indian railways - schedules, fares & live status dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract indian railways - schedules, fares & live status for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "train_search",
  "originStation": "NDLS",
  "destinationStation": "BCT",
  "date": "",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "train_number": {
    "label": "Train Number",
    "format": "string"
  },
  "train_name": {
    "label": "Train Name",
    "format": "string"
  },
  "train_type": {
    "label": "Train Type",
    "format": "string"
  },
  "origin_station": {
    "label": "Origin Station",
    "format": "string"
  },
  "destination_station": {
    "label": "Destination Station",
    "format": "string"
  },
  "departure_time": {
    "label": "Departure Time",
    "format": "string"
  },
  "arrival_time": {
    "label": "Arrival Time",
    "format": "string"
  },
  "duration_minutes": {
    "label": "Duration Minutes",
    "format": "integer"
  },
  "classes_available": {
    "label": "Classes Available",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Indian Railways Scraper - Schedules, Fares & Live Status](https://apify.com/jungle_synthesizer/indian-railways-timetable-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/indian-railways-timetable-scraper) to learn more, explore other use cases, and run it yourself.