FlightAware Flight Scraper avatar

FlightAware Flight Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
FlightAware Flight Scraper

FlightAware Flight Scraper

Scrapes live and recent flight data from FlightAware by flight or tail number, providing routes, airlines, aircraft details, flight status, live position, altitude, speed, distance, and scheduled gate, takeoff, and landing times.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Looks up live and recent flights by identifier on FlightAware and returns one clean record per flight, including route, aircraft, airline, live position, status and gate/takeoff/landing times.

Input

FieldDefaultDescription
idents["UAL1","AAL100"]Flight identifiers: ICAO/IATA callsign (UAL1, UA1), flight number, or tail number.
limit50Max flight records to return in total (1–200).
request_delay1Seconds to wait between identifier lookups (0–10).
Proxy configurationUS proxy onOptional. Enable a US-based proxy for the most reliable results.

Output

Each result is a flat record describing one flight:

{
"query_ident": "UAL1",
"ident": "UAL1",
"friendly_ident": "United 1",
"flight_status": "airborne",
"airline_name": "United Air Lines Inc.",
"aircraft_type": "B789",
"aircraft_friendly_type": "Boeing 787-9 Dreamliner (twin-jet)",
"origin_iata": "SFO", "origin_city": "San Francisco, CA",
"destination_iata": "SIN", "destination_city": "Singapore",
"altitude_ft": 40000, "groundspeed_kts": 525, "heading": 256,
"distance_flown_nm": 6361, "distance_remaining_nm": 1106,
"gate_departure_scheduled": "2026-08-16T18:30:00+00:00",
"gate_arrival_scheduled": "2026-08-17T10:55:00+00:00",
"source_url": "https://flightaware.com/live/flight/UAL1",
"raw": { ... }
}

Notes

  • Runs with empty input using a small default sample of identifiers.
  • Enable a US-based proxy for the most reliable results.
  • Intended for research and personal use; review FlightAware's Terms of Use before redistributing data.