# OpenSky Network - Live Flight Tracker & ADS-B Data Latest

**Use case:** 

Latest Results of OpenSky Network - Live Flight Tracker & ADS-B Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "maxItems": 25,
  "onGroundOnly": false
}
```

## Output

```json
{
  "icao24": {
    "label": "ICAO24",
    "format": "text"
  },
  "callsign": {
    "label": "Callsign",
    "format": "text"
  },
  "originCountry": {
    "label": "Origin Country",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "altitude": {
    "label": "Altitude (m)",
    "format": "number"
  },
  "onGround": {
    "label": "On Ground",
    "format": "text"
  },
  "velocity": {
    "label": "Velocity (m/s)",
    "format": "number"
  },
  "heading": {
    "label": "Heading (°)",
    "format": "number"
  },
  "verticalRate": {
    "label": "Vertical Rate (m/s)",
    "format": "number"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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