# SEPTA Train View Data Export

**Use case:** 

Data Export of SEPTA Train View. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "line": "Paoli/Thorndale"
}
```

## Output

```json
{
  "trainNo": {
    "label": "🚂 Train No",
    "format": "text"
  },
  "line": {
    "label": "🛤️ Line",
    "format": "text"
  },
  "source": {
    "label": "🏁 Source",
    "format": "text"
  },
  "dest": {
    "label": "🎯 Destination",
    "format": "text"
  },
  "nextStop": {
    "label": "🚉 Next Stop",
    "format": "text"
  },
  "lat": {
    "label": "📍 Lat",
    "format": "number"
  },
  "lon": {
    "label": "📍 Lon",
    "format": "number"
  },
  "lateMinutes": {
    "label": "⏱️ Late Minutes",
    "format": "number"
  },
  "service": {
    "label": "🛎️ Service",
    "format": "text"
  },
  "track": {
    "label": "🛤️ Track",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SEPTA Train View Scraper](https://apify.com/parseforge/septa-train-view-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/septa-train-view-scraper) to learn more, explore other use cases, and run it yourself.