# FlightAware Public Tracker Full Export

**Use case:** 

Full Export of FlightAware Public Tracker. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "flightNumbers": [
    "UAL100"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "flightNumber": {
    "label": "🆔 Flight",
    "format": "text"
  },
  "airline": {
    "label": "✈️ Airline",
    "format": "text"
  },
  "origin": {
    "label": "🛫 Origin",
    "format": "text"
  },
  "destination": {
    "label": "🛬 Destination",
    "format": "text"
  },
  "scheduledDep": {
    "label": "📅 Sched Dep",
    "format": "date"
  },
  "actualDep": {
    "label": "⏰ Actual Dep",
    "format": "date"
  },
  "scheduledArr": {
    "label": "📅 Sched Arr",
    "format": "date"
  },
  "actualArr": {
    "label": "⏰ Actual Arr",
    "format": "date"
  },
  "aircraft": {
    "label": "🛩️ Aircraft",
    "format": "text"
  },
  "status": {
    "label": "📡 Status",
    "format": "text"
  },
  "gate": {
    "label": "🚪 Gate",
    "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 [FlightAware Public Tracker Scraper](https://apify.com/parseforge/flightaware-public-tracker-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/flightaware-public-tracker-scraper) to learn more, explore other use cases, and run it yourself.