# Online controllers (ATC) VATSIM Live Network

**Use case:** 

Extract VATSIM Live Network data filtered by Online controllers (ATC). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "controllers",
  "maxItems": 10
}
```

## Output

```json
{
  "callsign": {
    "label": "🛩 Callsign",
    "format": "text"
  },
  "name": {
    "label": "👤 Member",
    "format": "text"
  },
  "cid": {
    "label": "🆔 CID",
    "format": "number"
  },
  "latitude": {
    "label": "📍 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "📍 Lon",
    "format": "number"
  },
  "altitude": {
    "label": "📈 Altitude (ft)",
    "format": "number"
  },
  "groundspeed": {
    "label": "💨 Speed (kt)",
    "format": "number"
  },
  "frequency": {
    "label": "📻 Frequency",
    "format": "text"
  },
  "facility": {
    "label": "🗼 Facility",
    "format": "text"
  },
  "departure": {
    "label": "🛫 Departure",
    "format": "text"
  },
  "arrival": {
    "label": "🛬 Arrival",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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