# Skyscanner | Flight Prices and Routes Latest Results

**Use case:** 

Latest Results of Skyscanner | Flight Prices and Routes. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "origin": "JFK",
  "destination": "LHR",
  "outboundDate": "2026-08-01",
  "maxItems": 25
}
```

## Output

```json
{
  "airline": {
    "label": "Airline",
    "format": "text"
  },
  "origin": {
    "label": "From",
    "format": "text"
  },
  "destination": {
    "label": "To",
    "format": "text"
  },
  "departureTime": {
    "label": "Departs",
    "format": "text"
  },
  "arrivalTime": {
    "label": "Arrives",
    "format": "text"
  },
  "stops": {
    "label": "Stops",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "deepLink": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Skyscanner Scraper | Flight Prices and Routes](https://apify.com/parseforge/skyscanner-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/skyscanner-scraper) to learn more, explore other use cases, and run it yourself.