VOOZH about

URL: https://apify.com/parseforge/adsb-lol-flights-scraper

โ‡ฑ ADSB.lol Live Flights Scraper ยท Apify


Pricing

from $9.00 / 1,000 results

Go to Apify Store

ADSB.lol Live Flights Scraper

Follow live aircraft from the ADSB.lol network by location radius, callsign, ICAO hex, squawk, or military feed. Returns registration, type, altitude, ground speed, heading, squawk, and coordinates. Useful for flight tracking, airspace monitoring, and aviation research.

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Categories

Share

๐Ÿ‘ ParseForge Banner

๐Ÿ›ฉ ADSB.lol Live Flights Scraper

๐Ÿš€ Track live aircraft in seconds. A single radius query around London Heathrow returned 91 airborne aircraft with registration, type, altitude, and speed in one run.

๐Ÿ•’ Last updated: 2026-06-04 ยท ๐Ÿ“Š 23 fields per record ยท Global coverage ยท Live snapshot from the ADSB.lol community network

ADSB.lol is a community driven, ad free, filter free aggregator of ADS-B aircraft transponder data. This Actor turns its public API into clean structured records of the aircraft flying right now. Point it at any location, look up a specific flight by callsign or ICAO hex, watch a transponder squawk, or pull the live military feed.

Every result is a live snapshot. Aircraft positions, altitudes, and speeds reflect the moment the query runs, so two runs a minute apart will return a different fleet over the same area.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
Aviation enthusiasts and plane spottersTracking aircraft over a chosen area in real time
Flight data analysts and researchersStudying traffic density, routes, and altitudes
Developers building tracking dashboardsFeeding live aircraft positions into maps and apps
Journalists and OSINT investigatorsFollowing military, emergency, or specific flights

๐Ÿ“‹ What the ADSB.lol Live Flights Scraper does

This Actor queries the ADSB.lol v2 API and returns one record per aircraft currently reported by the network. It supports five search modes:

  • Near a location using a latitude, longitude, and radius in nautical miles.
  • By callsign to follow a specific flight such as KLM701.
  • By ICAO hex to look up an airframe by its 24 bit transponder address.
  • By squawk code to find every aircraft squawking a code such as 7700.
  • Military feed to pull aircraft flagged as military by the network.

For each aircraft you get its callsign, registration, ICAO hex, aircraft type, category, emergency state, squawk, barometric and geometric altitude, ground speed, track, vertical rate, selected altitude, latitude, longitude, distance and bearing from your search point, signal age, and signal strength.

๐ŸŽฌ Full Demo (๐Ÿšง Coming soon)

โš™๏ธ Input

FieldTypeRequiredDescription
searchModeenumYesOne of radius, callsign, icao, squawk, mil.
latstringradius modeCenter latitude, for example 51.47.
lonstringradius modeCenter longitude, for example -0.45.
distintegerradius modeSearch radius in nautical miles, up to 250.
callsignstringcallsign modeFlight callsign, for example EIN179.
icaostringicao mode24 bit ICAO hex, for example 4cad7d.
squawkstringsquawk modeTransponder squawk code, for example 7700.
maxItemsintegerNoFree users limited to 10 items. Paid users up to 1,000,000.

Example 1. Aircraft near London Heathrow:

{
"searchMode":"radius",
"lat":"51.47",
"lon":"-0.45",
"dist":50,
"maxItems":50
}

Example 2. Every aircraft squawking the emergency code 7700:

{
"searchMode":"squawk",
"squawk":"7700",
"maxItems":50
}

โš ๏ธ Good to Know: results are a live snapshot. The set of aircraft returned depends entirely on what is airborne and reporting at query time, so a busy hub returns dozens of records while a quiet rural point may return only a few.

๐Ÿ“Š Output

FieldDescription
๐Ÿ›ฉ callsignFlight callsign reported by the aircraft
๐Ÿ†” registrationCivil registration of the airframe
#๏ธโƒฃ hex24 bit ICAO transponder address
โœˆ๏ธ typeICAO aircraft type code
๐Ÿท categoryADS-B emitter category
๐Ÿšจ emergencyEmergency state, usually none
๐Ÿ“Ÿ squawkTransponder squawk code
๐Ÿ“ˆ altBaroBarometric altitude in feet, or ground
๐Ÿ“ altGeomGeometric altitude in feet
๐Ÿ’จ groundSpeedGround speed in knots
๐Ÿงญ trackTrue track over ground in degrees
โ†•๏ธ baroRateVertical rate in feet per minute
๐ŸŽš navAltitudeMcpSelected altitude on the autopilot
๐Ÿ“ latLatitude
๐Ÿ“ lonLongitude
๐Ÿ“ distanceNmDistance from your search point in nautical miles
๐Ÿงญ bearingBearing from your search point in degrees
โฑ seenSeconds since the aircraft was last seen
๐Ÿ“ถ rssiSignal strength in dBFS
๐Ÿ”Ž searchModeThe mode used for this query
๐Ÿ”— sourceUrlThe API endpoint the record came from
๐Ÿ•’ scrapedAtWhen the record was collected
โŒ errorError message, or null on success

Real sample records from a radius run near London Heathrow:

{
"callsign":"HLE56",
"registration":"G-HIOW",
"hex":"406ec5",
"type":"EC35",
"category":"A1",
"emergency":"none",
"squawk":"0020",
"altBaro":1050,
"altGeom":800,
"groundSpeed":117.9,
"track":100.26,
"baroRate":-192,
"navAltitudeMcp":null,
"lat":50.965302,
"lon":-1.359781,
"distanceNm":45.681,
"bearing":228.8,
"seen":0,
"rssi":-10.3,
"searchMode":"radius",
"sourceUrl":"https://api.adsb.lol/v2/lat/51.47/lon/-0.45/dist/50",
"scrapedAt":"2026-06-04T20:10:35.929Z",
"error":null
}
{
"callsign":"KLM701",
"registration":"PH-BQB",
"hex":"484369",
"type":"B772",
"category":"A5",
"emergency":"none",
"squawk":"2114",
"altBaro":30000,
"altGeom":29850,
"groundSpeed":461.1,
"track":255.81,
"baroRate":0,
"navAltitudeMcp":30016,
"lat":50.972672,
"lon":-1.233215,
"distanceNm":41.87,
"bearing":224.9,
"seen":0,
"rssi":-16.2,
"searchMode":"radius",
"sourceUrl":"https://api.adsb.lol/v2/lat/51.47/lon/-0.45/dist/50",
"scrapedAt":"2026-06-04T20:10:36.003Z",
"error":null
}
{
"callsign":"EJU56EW",
"registration":"OE-LQS",
"hex":"440735",
"type":"A319",
"category":"A3",
"emergency":"none",
"squawk":"5240",
"altBaro":39025,
"altGeom":39000,
"groundSpeed":475.9,
"track":152.47,
"baroRate":0,
"navAltitudeMcp":39008,
"lat":51.604797,
"lon":-1.210946,
"distanceNm":29.534,
"bearing":286.3,
"seen":0,
"rssi":-4.1,
"searchMode":"radius",
"sourceUrl":"https://api.adsb.lol/v2/lat/51.47/lon/-0.45/dist/50",
"scrapedAt":"2026-06-04T20:10:36.031Z",
"error":null
}

โœจ Why choose this Actor

  • Five search modes cover location, callsign, hex, squawk, and military in one tool.
  • No API key and no account on ADSB.lol are needed. The network is open and community run.
  • Rich per aircraft detail with 23 fields including altitude, speed, heading, and position.
  • Honest field handling. Fields that the network does not report for a given aircraft are left empty rather than faked.

๐Ÿ“ˆ How it compares to alternatives

ApproachLive positionsMultiple search modesNo source key required
This ActorYesYes, five modesYes
Manual map browsingYesNoYes
Closed commercial flight APIsYesVariesUsually no

๐Ÿš€ How to use

  1. Create a free Apify account through this sign up link.
  2. Open the ADSB.lol Live Flights Scraper in the Apify Console.
  3. Pick a search mode and fill in the matching fields, for example a latitude, longitude, and radius.
  4. Click Start and let the Actor query the network.
  5. Browse the results in the dataset and connect them to your own tools.

๐Ÿ’ผ Business use cases

Airspace and traffic analysis

GoalHow this Actor helps
Measure traffic density over a regionRun repeated radius queries and count aircraft
Map common routes and altitudesCollect track, altitude, and position over time

Operations and ground awareness

GoalHow this Actor helps
Monitor arrivals near an airfieldRadius query around the field with a tight radius
Watch for emergency squawksQuery squawk 7700 or 7600 on a schedule

Product and dashboard development

GoalHow this Actor helps
Power a live map of nearby aircraftFeed lat, lon, callsign, and type into your UI
Enrich a flight by its hexLook up a single ICAO hex on demand

Research and OSINT

GoalHow this Actor helps
Track military activity over an areaUse the military feed mode
Follow a known flightQuery by its callsign

๐Ÿ”Œ Automating ADSB.lol Live Flights Scraper

Connect this Actor to the tools you already use:

  • Make and Zapier to trigger downstream workflows when a run finishes.
  • Slack to post new aircraft of interest to a channel.
  • Airbyte to load results into a warehouse.
  • GitHub Actions to run scheduled snapshots.
  • Google Drive to archive each run for later analysis.

๐ŸŒŸ Beyond business use cases

  • Research. Study how traffic patterns shift by hour, day, and weather.
  • Personal. Identify the plane passing over your house by its hex and registration.
  • Non-profit. Support noise monitoring or community aviation projects.
  • Experimentation. Prototype a tracking app without standing up your own receiver.

๐Ÿค– Ask an AI assistant

Paste a dataset record into ChatGPT, Claude, Perplexity, or Microsoft Copilot and ask it to decode the aircraft type, summarize the fleet over your area, or flag unusual squawks.

โ“ Frequently Asked Questions

Is an ADSB.lol API key required? No. ADSB.lol is open and community run, so no key or account on their side is needed.

How fresh is the data? Every record is a live snapshot taken when the run executes. The seen field shows how many seconds ago each aircraft was last heard.

Why do two runs over the same area return different aircraft? Because aircraft are constantly moving in and out of the area and reporting at different moments. This is expected for live data.

What does the radius mode cover? It returns aircraft within the given number of nautical miles of your latitude and longitude, up to 250 nautical miles.

Why is registration or squawk empty on some aircraft? The network does not always receive every field from every transponder. Missing values are left empty rather than guessed.

What does altBaro of ground mean? The aircraft is reporting that it is on the ground rather than at a numeric altitude.

Can I look up a single aircraft? Yes. Use callsign mode for a flight callsign or icao mode for a 24 bit hex address.

What is a squawk code? A four digit transponder code. Some codes are special, such as 7700 for a general emergency.

How many aircraft can a radius query return? A busy hub can return dozens to over a hundred. A quiet area may return only a handful.

Does free usage have a limit? Free users receive up to 10 items per run. Paid users can request up to 1,000,000.

Is this affiliated with ADSB.lol? No. This is an independent tool that reads the public ADSB.lol API.

What coverage does the network have? Coverage is global but depends on volunteer receivers, so it is denser over populated regions with many contributors.

๐Ÿ”Œ Integrate with any app

Results are available through the Apify API and dataset endpoints, so you can pull them into spreadsheets, databases, maps, or any service that speaks HTTP.

๐Ÿ”— Recommended Actors

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection.

๐Ÿ†˜ Need Help? Open our contact form

โš ๏ธ Disclaimer: independent tool, not affiliated with ADSB.lol. Only publicly available data collected.

You might also like

Flightradar24 Live Flights Scraper

parseforge/flightradar24-live-flights-scraper

Capture live flights from Flightradar24 with flight ID, callsign, airline, aircraft type, registration, origin IATA, destination IATA, altitude, speed, heading, latitude, longitude, and status. Filter by bounds, airline, or route. Useful for aviation dashboards and travel apps.

VATSIM Live Network Scraper

parseforge/vatsim-live-network-scraper

Pull the live VATSIM flight simulation network in one pass. Online pilots arrive with callsign, position, altitude, ground speed, heading, transponder, and filed route, plus controllers with frequency and facility. Filter by airport or callsign for live maps and event tracking.

OpenSky Network - Live Flight Tracker & ADS-B Data

parseforge/opensky-network-scraper

Scrape live global flight positions from OpenSky Network. Export real-time ADS-B data (ICAO24, callsign, country, coordinates, altitude, speed) as CSV, Excel, JSON, or XML.

OpenSky Live Flight & Aircraft Scraper

parseforge/opensky-flights-scraper

Pull live aircraft positions and historical flight tracks from OpenSky Network. 20k+ aircraft worldwide updated every 5-10 seconds. Filter by bounding box (geographic area), airport departures/arrivals, or aircraft ICAO24. Pull lat/lng, altitude, velocity, heading, call sign, and origin country.

Flight Tracker Actor live

syntellect_ai/flight-tracker-actor

with the Flight Tracker Actor live you can Track live flights, monitor airports, and gather aviation data using the AviationStack API.

๐Ÿ‘ User avatar

christopher athans crow

4

Planefinder Flight Scraper

romy/planefinder-flight-scraper

Planefinder Flight Scraper retrieves the historical flight timeline for aircraft identified by flight number, ATC callsign, or ADS-B hex code using https://planefinder.net mobile API. Each run returns all recent legs flown by the queried aircraft

Google Flights Scraper

crawlio/google-flights-scraper

Extract live flight prices, schedules, and multi-city travel data from Google Flights instantly.