VOOZH about

URL: https://apify.com/romy/planefinder-airport-scraper

⇱ Planefinder Airport Scraper Β· Apify


Pricing

from $30.00 / 1,000 results

Go to Apify Store

Planefinder Airport Scraper

Planefinder Airport Scraper fetches real-time flight arrivals and departures for any airport using Planefinder's mobile API. Provide one or more IATA airport codes and choose whether to collect arrivals, departures, or both. Results are pushed directly to an Apify dataset with full flight details

Pricing

from $30.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Romy

Romy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

What does Planefinder Airport Scraper do?

Planefinder Airport Scraper fetches real-time flight arrivals and departures for any airport using Planefinder's mobile API. Provide one or more IATA airport codes and choose whether to collect arrivals, departures, or both. Results are pushed directly to an Apify dataset with full flight details β€” no browser required.

Run it on schedule, trigger it via API, or integrate it into your data pipeline using Apify's built-in scheduling, webhooks, and export options.

Why use Planefinder Airport Scraper?

  • Airport operations monitoring β€” track which flights are arriving or departing at any airport in real time.
  • Travel intelligence β€” build dashboards showing on-time performance, route data, and airline activity.
  • Data journalism β€” investigate flight patterns, delays, or unusual traffic at specific airports.
  • Research β€” collect historical snapshots of airport traffic for academic or commercial analysis.

How to use Planefinder Airport Scraper

  1. Open the Actor and click Try for free.
  2. In the Input tab, enter one or more IATA codes (e.g. CGK, DPS, SUB).
  3. Choose Mode: arrivals, departures, or both.
  4. Click Start and wait for the run to finish.
  5. Download results from the Output tab in JSON, CSV, or Excel format.

Input

FieldTypeDescription
iata_codesarrayList of IATA airport codes to scrape (required)
modestringarrivals, departures, or both (default: both)
{
"iata_codes":["CGK","DPS"],
"mode":"departures"
}

Output

Each item in the dataset represents one flight. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

{
"iata":"CGK",
"endpoint":"departures",
"flight_number":"GA401",
"callsign":"GIA401",
"reg":"PK-GFA",
"type":"B77W",
"dep_apt":"CGK",
"arr_apt":"DPS",
"airline_code":"GIA",
"dep_status":0,
"arr_status":0,
"dep_ts":1748000000,
"arr_ts":1748003600,
"dep_schd_ts":1748000000,
"arr_schd_ts":1748003600
}

Data table

FieldDescription
iataIATA code of the queried airport
endpointarrivals or departures
flight_numberIATA flight number (e.g. GA401)
callsignATC callsign (e.g. GIA401)
regAircraft registration (e.g. PK-GFA)
typeICAO aircraft type code (e.g. B77W)
dep_aptDeparture airport IATA
arr_aptArrival airport IATA
airline_codeICAO airline code
dep_tsDeparture Unix timestamp
arr_tsArrival Unix timestamp
dep_schd_tsScheduled departure Unix timestamp
arr_schd_tsScheduled arrival Unix timestamp

Tips

  • Scrape multiple airports in a single run by listing them all in iata_codes.
  • Use mode: "both" to get arrivals and departures in one pass β€” each item includes an endpoint field so you can filter later.
  • Schedule runs every few minutes to build a continuous traffic feed.

FAQ and support

This Actor uses Planefinder's public mobile API for informational purposes only. Do not use the data for commercial redistribution without verifying Planefinder's terms of service.

For bugs or feature requests, open an issue on the Actor's Issues tab. Custom scraping solutions are available on request.

You might also like

Planefinder Apify

romy/planefinder-apify

Planefinder Scraper is a fast and lightweight Apify actor designed to fetch real-time aircraft data from Planefinder. It queries Planefinder’s tile endpoints to extract live ADS-B flight information without requiring an official API key.

Airport Lookup Scraper

harvest/airport-lookup-scraper

Scrape airport details - search by IATA, ICAO, name, location, or timezone.

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

Booking Airport Taxis Scraper

voyager/booking-airport-taxis-scraper

Simplify your search for airport taxi services with our Booking Airport Taxis Scraper. Easily compare prices, services, and car types to find the best option for your needs.

FAA NAS Airport Status Scraper

parseforge/faa-nas-airport-status-scraper

Tap the FAA National Airspace System feed for live US airport status updates. Returns airport IATA code, status type, reason, average delay, and timestamp. Filter by IATA to monitor JFK, LAX, ORD, or any major hub for ground stops, delays, and program advisories.

Kayak Flights Scraper

axlymxp/kayak-flights-scraper

Flight scraper for Kayak's API extracting comprehensive flight data including airlines, segments, pricing, and baggage policies. Supports one-way, round-trip, and multi-leg routes with real-time pricing from multiple providers. Returns structured JSON with airport details and flight schedules.

KAYAK Flight Scraper

parseforge/kayak-scraper

Collect flight pricing and route data from KAYAK including airline names, ticket prices, flight durations, airport details with coordinates, cheapest travel days, and booking recommendations. Monitor fare trends across any origin-destination pair.

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.