# Find ÖBB tickets Wien to Salzburg online

**Use case:** 

Scrape ÖBB ticket offers from Wien Hbf to Salzburg Hbf with departure times, fares, and train classes.

## Input

```json
{
  "fromStation": "Wien Hbf",
  "toStation": "Salzburg Hbf",
  "travelDate": "2026-07-15",
  "time": "08:00",
  "departureOrArrival": "departure",
  "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.