# Amtrak Train Tracker Full Export

**Use case:** 

Full Export of Amtrak Train Tracker. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "route": "Acela"
}
```

## Output

```json
{
  "trainNum": {
    "label": "🚂 Train Num",
    "format": "text"
  },
  "route": {
    "label": "🛤️ Route",
    "format": "text"
  },
  "origin": {
    "label": "🏁 Origin",
    "format": "text"
  },
  "destination": {
    "label": "🎯 Destination",
    "format": "text"
  },
  "status": {
    "label": "🚦 Status",
    "format": "text"
  },
  "lat": {
    "label": "📍 Lat",
    "format": "number"
  },
  "lon": {
    "label": "📍 Lon",
    "format": "number"
  },
  "velocity": {
    "label": "💨 Velocity",
    "format": "number"
  },
  "heading": {
    "label": "🧭 Heading",
    "format": "text"
  },
  "nextStation": {
    "label": "🚉 Next Station",
    "format": "text"
  },
  "eta": {
    "label": "⏰ ETA",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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