# East Rail Line Hong Kong MTR Realtime

**Use case:** 

Extract Hong Kong MTR Realtime data filtered by East Rail Line. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "line": "EAL",
  "station": "ETS"
}
```

## Output

```json
{
  "line": {
    "label": "🛤️ Line",
    "format": "text"
  },
  "station": {
    "label": "🚉 Station",
    "format": "text"
  },
  "direction": {
    "label": "🧭 Direction",
    "format": "text"
  },
  "trainSeq": {
    "label": "🔢 Train Seq",
    "format": "number"
  },
  "dest": {
    "label": "🎯 Destination",
    "format": "text"
  },
  "plat": {
    "label": "🚏 Platform",
    "format": "text"
  },
  "ttnt": {
    "label": "⏰ TTNT",
    "format": "text"
  },
  "time": {
    "label": "🕒 Time",
    "format": "text"
  },
  "valid": {
    "label": "✅ Valid",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hong Kong MTR Realtime Scraper](https://apify.com/parseforge/hk-mtr-realtime-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hk-mtr-realtime-scraper) to learn more, explore other use cases, and run it yourself.