# Premium Economy Flights from Sydney to Singapore

**Use case:** 

Get live flight prices for one-way premium economy tickets from Sydney to Singapore. Find up to 30 options in AUD currency.

## Input

```json
{
  "origin": "SYD",
  "destination": "SIN",
  "departureDate": "2026-11-01",
  "departureDateEnd": "",
  "returnDate": "",
  "tripType": "one-way",
  "seatClass": "premium-economy",
  "adults": 1,
  "children": 0,
  "maxStops": "",
  "currency": "AUD",
  "language": "en-US",
  "maxResults": 30,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "airlines": {
    "label": "Airlines",
    "format": "string"
  },
  "stops": {
    "label": "Stops",
    "format": "integer"
  },
  "fromCode": {
    "label": "From",
    "format": "string"
  },
  "toCode": {
    "label": "To",
    "format": "string"
  },
  "departureDate": {
    "label": "Departure date",
    "format": "string"
  },
  "departureTime": {
    "label": "Departure time",
    "format": "string"
  },
  "arrivalTime": {
    "label": "Arrival time",
    "format": "string"
  },
  "totalDurationMin": {
    "label": "Duration (min)",
    "format": "integer"
  },
  "airlineCode": {
    "label": "Airline code",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Flights Scraper - Flight Prices & Fares](https://apify.com/logiover/google-flights-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/google-flights-scraper) to learn more, explore other use cases, and run it yourself.