# UK National Rail Edinburgh & Manchester Arrivals

**Use case:** 

Scrape live arrival boards for Edinburgh Waverley and Manchester Piccadilly from National Rail — operator, delay, platform, and cancellation data.

## Input

```json
{
  "sp_intended_usage": "Monitor arrival performance at Edinburgh and Manchester for travel research",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "arrival_board",
  "stations": [
    "EDB",
    "MAN"
  ],
  "maxItems": 40,
  "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.