# Ryanair Flights from Bristol to Liverpool - Latest Prices

**Use case:** 

Get updated Ryanair flight prices and seat availability from Bristol to Liverpool. Plan your journey and book today!

## Input

```json
{
  "maxFlights": 10,
  "withDetails": true,
  "origin": "BRS",
  "destination": "LPL",
  "departureDateFrom": "2023-10-22",
  "departureDateTo": "2023-10-29",
  "tripType": "oneWay",
  "currency": "GBP",
  "adults": 1
}
```

## Output

```json
{
  "origin": {
    "label": "From",
    "format": "text"
  },
  "originName": {
    "label": "From name",
    "format": "text"
  },
  "destination": {
    "label": "To",
    "format": "text"
  },
  "destinationName": {
    "label": "To name",
    "format": "text"
  },
  "departureDateTime": {
    "label": "Departs",
    "format": "text"
  },
  "arrivalDateTime": {
    "label": "Arrives",
    "format": "text"
  },
  "flightNumber": {
    "label": "Flight",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "previousPrice": {
    "label": "Previous price",
    "format": "number"
  },
  "priceUpdated": {
    "label": "Price updated",
    "format": "date"
  },
  "departureCity": {
    "label": "From city",
    "format": "text"
  },
  "arrivalCity": {
    "label": "To city",
    "format": "text"
  },
  "departureCountry": {
    "label": "From country",
    "format": "text"
  },
  "arrivalCountry": {
    "label": "To country",
    "format": "text"
  },
  "flightKey": {
    "label": "Flight key",
    "format": "text"
  },
  "newRoute": {
    "label": "New route",
    "format": "text"
  },
  "fareClass": {
    "label": "Fare",
    "format": "text"
  },
  "seatsLeft": {
    "label": "Seats left",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "operatedBy": {
    "label": "Operated by",
    "format": "text"
  },
  "deepLink": {
    "label": "Book",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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