# Ryanair London to Dublin Flights

**Use case:** 

Ryanair London to Dublin Flights

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "origin": "STN",
  "destination": "DUB",
  "departureDateFrom": "2026-07-15",
  "departureDateTo": "2026-07-29",
  "tripType": "oneWay",
  "currency": "EUR",
  "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"
  },
  "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.