# UK National Rail London King's Cross Departures

**Use case:** 

Extract live departure board from London King's Cross (KGX) on National Rail — LNER schedules, real-time delays, platforms, and cancellation reasons.

## Input

```json
{
  "sp_intended_usage": "Track LNER departure performance and delay patterns from London King's Cross",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "departure_board",
  "stations": [
    "KGX"
  ],
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "countryCode": "GB"
  }
}
```

## Output

```json
{
  "station_crs": {
    "label": "Station Crs",
    "format": "string"
  },
  "board_type": {
    "label": "Board Type",
    "format": "string"
  },
  "operator": {
    "label": "Operator",
    "format": "string"
  },
  "origin_station": {
    "label": "Origin Station",
    "format": "string"
  },
  "destination_station": {
    "label": "Destination Station",
    "format": "string"
  },
  "scheduled_departure": {
    "label": "Scheduled Departure",
    "format": "string"
  },
  "estimated_departure": {
    "label": "Estimated Departure",
    "format": "string"
  },
  "delay_minutes": {
    "label": "Delay Minutes",
    "format": "number"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "cancelled": {
    "label": "Cancelled",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [UK National Rail Scraper — Live Train Times, Boards & Delays](https://apify.com/jungle_synthesizer/national-rail-uk-timetable-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/national-rail-uk-timetable-scraper) to learn more, explore other use cases, and run it yourself.