# Flightradar24 Live Flights Data Export

**Use case:** 

Data Export of Flightradar24 Live Flights. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "bounds": "50.0,24.0,-125.0,-65.0",
  "maxItems": 100
}
```

## Output

```json
{
  "flightId": {
    "label": "🆔 Flight ID",
    "format": "text"
  },
  "callsign": {
    "label": "📡 Callsign",
    "format": "text"
  },
  "airline": {
    "label": "✈️ Airline",
    "format": "text"
  },
  "aircraftType": {
    "label": "🛩️ Aircraft",
    "format": "text"
  },
  "registration": {
    "label": "🔖 Reg",
    "format": "text"
  },
  "originIata": {
    "label": "🛫 Origin",
    "format": "text"
  },
  "destIata": {
    "label": "🛬 Dest",
    "format": "text"
  },
  "altitude": {
    "label": "📈 Altitude",
    "format": "number"
  },
  "speed": {
    "label": "💨 Speed",
    "format": "number"
  },
  "heading": {
    "label": "🧭 Heading",
    "format": "number"
  },
  "lat": {
    "label": "🌐 Lat",
    "format": "number"
  },
  "lon": {
    "label": "🌐 Lon",
    "format": "number"
  },
  "status": {
    "label": "📡 Status",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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