# Subway MBTA Boston Realtime Vehicles

**Use case:** 

Extract MBTA Boston Realtime Vehicles data filtered by Subway. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "routeType": "1"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "vehicle_id": {
    "label": "🆔 Vehicle ID",
    "format": "text"
  },
  "label": {
    "label": "🏷️ Label",
    "format": "text"
  },
  "route": {
    "label": "🛣️ Route",
    "format": "text"
  },
  "trip": {
    "label": "🚌 Trip",
    "format": "text"
  },
  "status": {
    "label": "⏱️ Status",
    "format": "text"
  },
  "lat": {
    "label": "📍 Latitude",
    "format": "text"
  },
  "lon": {
    "label": "📍 Longitude",
    "format": "text"
  },
  "bearing": {
    "label": "🧭 Bearing",
    "format": "text"
  },
  "speed": {
    "label": "🏎️ Speed",
    "format": "text"
  },
  "current_stop": {
    "label": "🚏 Stop Seq",
    "format": "text"
  },
  "occupancy": {
    "label": "👥 Occupancy",
    "format": "text"
  },
  "updated_at": {
    "label": "🕒 Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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