Flight Routes avatar

Flight Routes

Pricing

Pay per usage

Go to Apify Store
Flight Routes

Flight Routes

This FlightAware Scraper Actor extracts real-time flight information for any route from FlightAware, useful for flight monitoring, travel analytics, and integration with dashboards or business intelligence tools

Pricing

Pay per usage

Rating

4.7

(8)

Developer

Acceleration

Acceleration

Maintained by Community

Actor stats

2

Bookmarked

160

Total users

5

Monthly active users

a month ago

Last modified

Categories

Share

FlightAware Flight Scraper Actor

Flight Scraper Actor extracts real-time flight information from FlightAware for any route provided via input URLs.

4 Mar: As a protest to Apify wrongfully disqualifying our Actor, we are making it totally free.

Features

  • Scrapes real-time flight data from FlightAware.
  • Supports multiple routes via input URLs (bulk scraping).
  • Captures origin, destination, airline, flight number, departure and arrival times, status, and connection type.
  • Stores results in the default dataset for easy access.
  • Handles JavaScript-heavy pages and uses proxies for reliability.

Input

The Actor accepts start URLs, including bulk URLs (as a text file) for multiple routes.

Single URL format:

https://www.flightaware.com/live/findflight?origin=KEWR&destination=OTHH

Bulk URLs example:

You can also give urls in bulk form:

https://www.flightaware.com/live/findflight?origin=KEWR&destination=OTHH
https://www.flightaware.com/live/findflight?origin=OTHH&&destination=WSSS
  • origin – ICAO code of the departure airport
  • destination – ICAO code of the arrival airport
  • The Actor will process all URLs in the input array sequentially or concurrently (depending on maxConcurrency).

Output

Each record contains the following fields:

AirlineAircraftFlight numberStatusDepartureArrivalConnectionSource URLOriginDestinationScraped At
British AirwaysA35KBAW84ScheduledMon 09:25 PM PST YVRTue 01:10 PM GMT LHRLondon, Englandhttps://www.flightaware.com/live/findflight?origin=CYVR&destination=LHRCYVRLHR2026-01-05T10:21:29.062Z
Turkish AirlinesB77WTHY76Arrived / Gate ArrivalTue 07:05PM PST YVRIST 06:05PM +03 WedNonstophttps://www.flightaware.com/live/findflight?origin=CYVR&destination=LTFMCYVRLTFM2026-01-05T10:21:29.062Z

JSON Output Example

[
{
"airline": "Turkish Airlines",
"aircraft": "A359",
"flightNumber": "THY730",
"status": "Scheduled (in 16 hours 25 minutes)",
"departure": "Sun 00:25AM EST EWR",
"arrival": "IST 16:10PM +03 Sun",
"connection": "Nonstop",
"source": "https://www.flightaware.com/live/findflight?origin=KEWR&destination=LTFM",
"origin": "KEWR",
"destination": "LTFM",
"scrapedAt": "2026-01-04T09:04:43.421Z"
}
]

Use Cases

  • Flight monitoring: Track live flights for status and schedule changes.
  • Travel analytics: Analyze flight trends, delays, and traffic patterns.
  • Airline schedule verification: Compare planned vs actual flights.
  • Dashboard/BI integration: Feed flight data into business intelligence or analytics platforms.