# TfL London Tube Arrivals Latest Results

**Use case:** 

Latest Results of TfL London Tube Arrivals. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "lineIds": [
    "victoria"
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "id": {
    "label": "🆔 Prediction ID",
    "format": "text"
  },
  "line": {
    "label": "🛤️ Line",
    "format": "text"
  },
  "lineId": {
    "label": "🆔 Line ID",
    "format": "text"
  },
  "station": {
    "label": "🚉 Station",
    "format": "text"
  },
  "platform": {
    "label": "🛤️ Platform",
    "format": "text"
  },
  "vehicle_id": {
    "label": "🚂 Vehicle ID",
    "format": "text"
  },
  "destination": {
    "label": "🛬 Destination",
    "format": "text"
  },
  "expected_arrival": {
    "label": "⏰ Expected",
    "format": "date"
  },
  "time_to_station": {
    "label": "⏳ Seconds To",
    "format": "text"
  },
  "direction": {
    "label": "🧭 Direction",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TfL London Tube Arrivals Scraper](https://apify.com/parseforge/tfl-london-arrivals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tfl-london-arrivals-scraper) to learn more, explore other use cases, and run it yourself.