# Any Irish Rail Realtime

**Use case:** 

Extract Irish Rail Realtime data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "direction": "Northbound"
}
```

## Output

```json
{
  "trainCode": {
    "label": "🚂 Train Code",
    "format": "text"
  },
  "status": {
    "label": "🚦 Status",
    "format": "text"
  },
  "lat": {
    "label": "📍 Lat",
    "format": "number"
  },
  "lon": {
    "label": "📍 Lon",
    "format": "number"
  },
  "publicMessage": {
    "label": "📢 Public Message",
    "format": "text"
  },
  "direction": {
    "label": "🧭 Direction",
    "format": "text"
  },
  "lateMinutes": {
    "label": "⏱️ Late Minutes",
    "format": "number"
  },
  "trainDate": {
    "label": "📅 Train Date",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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