# By ICAO hex ADSB.lol Live Flights

**Use case:** 

Extract ADSB.lol Live Flights data filtered by By ICAO hex. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchMode": "icao",
  "lat": "51.47",
  "lon": "-0.45",
  "dist": 50,
  "maxItems": 10
}
```

## Output

```json
{
  "callsign": {
    "label": "🛩 Callsign",
    "format": "text"
  },
  "registration": {
    "label": "🆔 Registration",
    "format": "text"
  },
  "type": {
    "label": "✈️ Type",
    "format": "text"
  },
  "altBaro": {
    "label": "📈 Altitude (ft)",
    "format": "text"
  },
  "groundSpeed": {
    "label": "💨 Speed (kt)",
    "format": "number"
  },
  "squawk": {
    "label": "📟 Squawk",
    "format": "text"
  },
  "lat": {
    "label": "📍 Lat",
    "format": "number"
  },
  "lon": {
    "label": "📍 Lon",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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