# North America Real-Time Flight Data Tracker

**Use case:** 

Access live flight data for North America with detailed aircraft information, including position, altitude, and velocity. Ideal for aviation analytics and

## Input

```json
{
  "region": "northAmerica",
  "maxResults": 500,
  "radius": 100,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "icao24": {
    "label": "ICAO24",
    "format": "string"
  },
  "callsign": {
    "label": "Callsign",
    "format": "string"
  },
  "registration": {
    "label": "Registration",
    "format": "string"
  },
  "aircraftType": {
    "label": "Aircraft Type",
    "format": "string"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "baroAltitude": {
    "label": "Barometric Altitude (m)",
    "format": "number"
  },
  "geoAltitude": {
    "label": "Geometric Altitude (m)",
    "format": "number"
  },
  "velocity": {
    "label": "Velocity (m/s)",
    "format": "number"
  },
  "trueTrack": {
    "label": "True Track (deg)",
    "format": "number"
  },
  "verticalRate": {
    "label": "Vertical Rate (m/s)",
    "format": "number"
  },
  "onGround": {
    "label": "On Ground",
    "format": "boolean"
  },
  "squawk": {
    "label": "Squawk",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "snapshotTime": {
    "label": "Snapshot Time",
    "format": "number"
  },
  "region": {
    "label": "Region",
    "format": "string"
  }
}
```

## About this Actor

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