# Search ÖBB trains Innsbruck to Wien Hbf

**Use case:** 

Extract ÖBB ticket results from Innsbruck to Wien Hbf filtered by arrival time for Alpine corridor trips.

## Input

```json
{
  "fromStation": "Innsbruck Hbf",
  "toStation": "Wien Hbf",
  "travelDate": "2026-08-01",
  "time": "18:00",
  "departureOrArrival": "arrival",
  "passengers": [
    {
      "type": "ADULT",
      "count": 1
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "fromStation": {
    "label": "From station"
  },
  "toStation": {
    "label": "To station"
  },
  "departureTime": {
    "label": "Departure time"
  },
  "arrivalTime": {
    "label": "Arrival time"
  },
  "duration": {
    "label": "Duration"
  },
  "transfers": {
    "label": "Transfers"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "travelDate": {
    "label": "Travel date"
  }
}
```

## About this Actor

This example demonstrates how to use [Oebbtickets.at Scraper](https://apify.com/lexis-solutions/oebbtickets-at-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/oebbtickets-at-scraper) to learn more, explore other use cases, and run it yourself.