# Live States (current snapshot) OpenSky Live Flight &

**Use case:** 

Extract OpenSky Live Flight & Aircraft data filtered by Live States (current snapshot). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "mode": "liveStates",
  "airportIcao": "EDDF"
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "icao24": {
    "label": "ICAO24",
    "format": "text"
  },
  "callsign": {
    "label": "Callsign",
    "format": "text"
  },
  "originCountry": {
    "label": "Country",
    "format": "text"
  },
  "timePosition": {
    "label": "Time position"
  },
  "lastContact": {
    "label": "Last contact"
  },
  "longitude": {
    "label": "Lon",
    "format": "number"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "baroAltitude": {
    "label": "Alt (m)",
    "format": "number"
  },
  "geoAltitude": {
    "label": "Geo altitude"
  },
  "onGround": {
    "label": "On Ground",
    "format": "boolean"
  },
  "velocity": {
    "label": "Velocity (m/s)",
    "format": "number"
  },
  "heading": {
    "label": "Heading",
    "format": "number"
  },
  "verticalRate": {
    "label": "Vertical rate"
  },
  "squawk": {
    "label": "Squawk"
  },
  "spi": {
    "label": "Spi"
  },
  "positionSource": {
    "label": "Position source"
  },
  "category": {
    "label": "Category"
  },
  "firstSeen": {
    "label": "First Seen",
    "format": "number"
  },
  "lastSeen": {
    "label": "Last Seen",
    "format": "number"
  },
  "estDepartureAirport": {
    "label": "Departure",
    "format": "text"
  },
  "estArrivalAirport": {
    "label": "Arrival",
    "format": "text"
  },
  "callsignAtDeparture": {
    "label": "Callsign at departure"
  },
  "callsignAtArrival": {
    "label": "Callsign at arrival"
  },
  "departureAirportHorizDistance": {
    "label": "Departure airport horiz distance"
  },
  "arrivalAirportHorizDistance": {
    "label": "Arrival airport horiz distance"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenSky Live Flight & Aircraft Scraper](https://apify.com/parseforge/opensky-flights-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/opensky-flights-scraper) to learn more, explore other use cases, and run it yourself.