Vienna Public Transport — Wiener Linien avatar

Vienna Public Transport — Wiener Linien

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Vienna Public Transport — Wiener Linien

Vienna Public Transport — Wiener Linien

Live public-transport departures for Vienna (Wiener Linien) — per-line countdown, planned & real times, direction and platform. Search stops by name. Free, no key.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Vienna Wiener Linien — Live Departures & Stops

Live Vienna public transport departures from the official Wiener Linien OGD (Open Government Data) real-time monitor — countdown, planned and predicted times, line, direction and platform for U-Bahn, tram and bus. Plus a stop-search mode that resolves stop names to the RBL ids you feed into departures. Free, keyless.

Perfect for live departure boards, Vienna trip planners, transit dashboards and datasets.

Modes

  • departures — live departures for one or more stop RBL ids: real-time countdown, planned (timePlanned) and predicted (timeReal) times, line, direction/towards, platform, vehicle type and accessibility flags.
  • stop-search — search the official Wiener Linien stop catalogue by name to find RBL ids (plus DIVA id, municipality and coordinates).

What you get

Departure rows: stopId, stopTitle, rbl, municipality, longitude, latitude, line, towards, direction, platform, type, barrierFree, realtimeSupported, trafficjam, countdown, timePlanned, timeReal.

Stop-search rows: stopId (RBL), diva, stopText, municipality, municipalityId, longitude, latitude.

Input

FieldTypeDefaultDescription
modeenumdeparturesdepartures or stop-search
stopIdsarrayWiener Linien RBL numbers, e.g. ["4111"] (departures mode)
querystringStop name to search, e.g. Stephansplatz (stop-search mode)
maxResultsinteger500Cap on rows returned

Example input

{"mode":"departures","stopIds":["4111"],"maxResults":50}

Find a stop's RBL id:

{"mode":"stop-search","query":"Stephansplatz","maxResults":20}

Typical flow: stop-search → grab an RBL stopIddepartures.

Output (one departure)

Fields below are the real normalizer output:

{
"stopId": "60200626",
"stopTitle": "Stephansplatz",
"rbl": 4111,
"municipality": "Wien",
"longitude": 16.3714,
"latitude": 48.2085,
"line": "U1",
"towards": "Leopoldau",
"direction": "H",
"platform": "2",
"type": "ptMetro",
"barrierFree": true,
"realtimeSupported": true,
"trafficjam": false,
"countdown": 3,
"timePlanned": "2026-07-12T10:15:00.000+0200",
"timeReal": "2026-07-12T10:16:20.000+0200"
}

Why this actor

  • Real-time monitor — countdown plus planned vs. predicted time, per line and platform — exactly what a live board or trip planner needs.
  • Name → RBL in two calls — the bundled stop-search resolves "Stephansplatz" to its RBL ids.
  • Official & keyless — Wiener Linien OGD, with 429/5xx backoff.

Pricing

Pay per result — $2.00 per 1,000 results (one result = one departure or one stop). No subscription or platform fees.

  • Transitland Scraper — public transit worldwide (operators, routes, stops, departures).
  • TfL London Scraper — London Tube/bus/DLR live arrivals & line status.

Notes & limits

  • An RBL identifies a specific stop platform/direction; one physical station can have several RBLs — use stop-search first to discover them.
  • Live departures reflect the feed's freshness; treat each run as a snapshot.
  • Public official data (Wiener Linien OGD); independent tool, not affiliated with Wiener Linien. You are responsible for compliant use of the output.