# Ryanair Cheapest Flights From Sofia

**Use case:** 

Get structured data for ryanair cheapest flights from sofia with Ryanair Flights Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "departureAirports": [
    "SOF"
  ],
  "arrivalAirports": [],
  "dateFrom": "",
  "dateTo": "",
  "daysAheadStart": 1,
  "daysAheadEnd": 30,
  "currency": "EUR",
  "market": "en-gb",
  "maxResultsPerOrigin": 5
}
```

## Output

```json
{
  "rank_by_price": {
    "label": "Price rank",
    "format": "number"
  },
  "departure_airport_code": {
    "label": "From",
    "format": "text"
  },
  "arrival_airport_code": {
    "label": "To",
    "format": "text"
  },
  "travel_date": {
    "label": "Date",
    "format": "date"
  },
  "departure_at_local": {
    "label": "Departure",
    "format": "text"
  },
  "arrival_at_local": {
    "label": "Arrival",
    "format": "text"
  },
  "flight_number": {
    "label": "Flight",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "booking_url": {
    "label": "Book",
    "format": "link"
  }
}
```

## About this Actor

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