Flightradar24 Airport Schedules Scraper avatar

Flightradar24 Airport Schedules Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Flightradar24 Airport Schedules Scraper

Flightradar24 Airport Schedules Scraper

Scrapes departure and arrival boards for any airport from Flightradar24: flight number, callsign, codeshare, airline, status, scheduled times and aircraft model. Accepts IATA codes or airport names. No API key, no login, no browser.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

kibalee

kibalee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrapes airport departure and arrival boards from Flightradar24. No API key, no login, no browser.

What you get

One record per scheduled flight:

{
"airportCode": "CGK",
"direction": "departure",
"flightNumber": "ID6564",
"callsign": "",
"codeshare": [],
"airlineCode": "ID",
"statusText": "Estimated dep 12:58",
"statusType": "estimated",
"statusColor": "green",
"diverted": false,
"eventTimeUtc": "2026-09-13T04:38:00+00:00",
"eventTimeLocal": "2026-09-13T11:38:00+00:00",
"scheduledDeparture": "2026-09-13T03:10:00+00:00",
"aircraftModel": "32A"
}

Plus the full raw fields of the record.

Input

FieldDescription
airportCodesIATA codes (CGK, SIN) or airport names — names resolve automatically (default ["CGK"])
modedepartures, arrivals, or both (default departures)
limitPerAirportFlights per board, 1-300 (default 100)

What it does not do

  • It does not track live in-air aircraft positions.
  • It does not provide historical flight playback or flight detail pages.
  • Each run is a snapshot of the board at run time; statuses change as flights operate, so re-run to refresh.

This actor focuses on schedule boards only — it makes no promises about live tracking.

Output

One record per flight in the dataset, flattened fields as shown above.