VOOZH about

URL: https://apify.com/flamboyant_liner/flightradar24-scraper

โ‡ฑ Flightradar24 Scraper ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Flightradar24 Scraper

Scrape Flightradar24 live flight feed by bounding box. Get aircraft callsigns, registrations, altitudes, speeds, headings, origin/destination. Free public feed.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Khrystyna Skotte

Khrystyna Skotte

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a month ago

Last modified

Share

Flightradar24 Live Flight Tracker

Scrape live aircraft positions, altitudes, speeds, callsigns, registrations, and origin/destination from the Flightradar24 public feed within a user-defined geographic bounding box. Useful for aviation analytics, ETA tracking, and operations dashboards.

Quick start

Run with the default input โ€” no configuration needed for the first try:

{
"northLat":"37.5",
"southLat":"37.0",
"westLong":"-122.5",
"eastLong":"-122.0",
"maxItems":10
}

Or trigger via the Apify API:

curl-X POST "https://api.apify.com/v2/acts/<USERNAME>~flightradar24-scraper/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{}'

Input parameters

FieldTypeDefaultDescription
northLatstring37.5Top of bounding box (degrees).
southLatstring37.0Bottom of bounding box (degrees).
westLongstring-122.5Left of bounding box (degrees, negative for western hemisphere).
eastLongstring-122.0Right of bounding box (degrees).
maxItemsinteger10Cap on aircraft returned.

Output fields

Each dataset record contains at least these fields:

FieldTypeDescription
registrationtextReg
callsigntextCallsign
altitudenumberAlt (ft)
speednumberSpeed (kts)
headingnumberHeading
origintextFrom
destinationtextTo

Plus a scrapedAt timestamp and any source-specific extra fields visible in the All fields view of the Apify console.

Pricing

Pay-per-event:

  • Actor start โ€” $0.0500 per event. Charged when the actor starts
  • Flight record โ€” $0.0050 per event. Charged per aircraft scraped

How it works

This Actor calls the source's public web/API and parses the response. Results stream to the dataset and can be exported as JSON, CSV, Excel, or RSS via the Apify Console or API.

Use cases

  • Bulk research and lead generation
  • Feeding data warehouses, BI tools, or LLM/RAG pipelines
  • Scheduled monitoring of changes over time
  • Combining with other Apify Actors via Make, Zapier, n8n, or native Apify integrations

Compliance

Use this Actor only for purposes that comply with the source site's terms of service and applicable law. Respect rate limits. The author is not affiliated with the source.

Support

Questions, bugs, or feature requests โ€” message the author via the Apify Console.

You might also like

Flightradar24 MCP Server

agentify/flightradar24-mcp-server

MCP server for real-time flight tracking using Flightradar24 data.

Flightradar24 API โ€” Real-Time Aircraft, Bbox & Search

tugelbay/flightradar-live-tracker

Real-time aircraft positions worldwide via Flightradar24's mobile-app feed. Bbox queries, airport search, VIP-jet registration tracking, and PPE billing. Guide: https://konabayev.com/tools/flightradar-live-tracker/

๐Ÿ‘ User avatar

Tugelbay Konabayev

8

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.

PlanesLive Scraper - FlightRadar24 Alternative

igolaizola/planeslive-scraper

Scrape live and historical flight data from PlanesLive by airport route, flight code, or coordinates. Export JSON/CSV for analytics, dashboards, and monitoring. Reliable, proxy-ready, and a strong FlightRadar24 API alternative for building flight data products.

๐Ÿ‘ User avatar

Iรฑigo Garcia Olaizola

22

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.

Check24 Flight Search Scraper

ecomscrape/check24-flight-search-scraper

Automate flight data extraction from Check24.de, Germany's largest comparison portal. Extract comprehensive flight information including prices, schedules, luggage details, and booking options from over 1 million flight offers for market analysis and competitive intelligence.

ecomscrape

3