PlanesLive Scraper - FlightRadar24 Alternative

PlanesLive Scraper - FlightRadar24 Alternative

by igolaizola

Scrape live & historical PlanesLive flight data by route, code, or coordinates. A reliable, proxy-ready alternative to FlightRadar24 for dashboards and apps.

70 runs
6 users
Try This Actor

Opens on Apify.com

About PlanesLive Scraper - FlightRadar24 Alternative

Need live flight data but find FlightRadar24's API too restrictive or expensive? I built this PlanesLive scraper to solve that exact problem. It lets you pull both real-time and historical flight information directly from PlanesLive, which is a fantastic public source. You can query data by airport routes, specific flight codes, or even geographic coordinates, giving you a ton of flexibility. I use it mainly to feed custom analytics dashboards and monitoring systems. You get clean, structured data out in JSON or CSV format, ready for your databases or applications. It's built to be reliable for automation, with smart retries and proxy support baked in, so you can run it consistently without getting blocked. Whether you're tracking fleet movements, analyzing route profitability, or building a customer-facing flight status feature, this scraper acts as a straightforward, workable alternative to more closed commercial APIs. It's essentially the data pipeline I wanted but couldn't find, so I made it.

What does this actor do?

PlanesLive Scraper - FlightRadar24 Alternative is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

PlanesLive Scraper

Scrapes live and historical flight data from PlanesLive, serving as a FlightRadar24 alternative. Outputs structured data (JSON/CSV) for analytics, dashboards, or integration into other applications.

Overview

This actor fetches flight data based on routes, specific flight codes, or geographic proximity. It's designed for building aviation dashboards, monitoring routes, analyzing flight patterns, or powering logistics and travel applications. Data is saved to an Apify dataset for easy download.

Key Features

  • Multiple Search Modes:
    • Route: Search by origin and destination airport codes (IATA, e.g., JFK, LAX).
    • Flight: Search by specific flight codes (e.g., AAL123).
    • Nearby: Find flights within a specified radius (50-300 km) of given coordinates.
  • Historical Queries: Optionally provide dates for past flight data (not available for Nearby searches).
  • Controlled Output: Set a maxItems limit to manage result size.
  • Structured Data: Outputs consistent JSON/CSV with comprehensive flight details.

How to Use

  1. Add the actor to your Apify account.
  2. Configure the input (see Input Parameters below).
  3. Run the actor. Results will be available in the Dataset tab.

Tip: For best reliability, use the Apify Residential proxy via the proxyConfiguration input.

Input Parameters

Provide input as a JSON object. You must include at least one of these parameter groups: origins/destinations, flights, or coordinates.

Parameter Type / Options Default Description
maxItems integer (>= 1) 10 Required. Maximum number of flight records to return.
origins array (IATA) Origin airport codes. Must be paired with destinations.
destinations array (IATA) Destination airport codes. Must be paired with origins.
flights array Specific flight codes to track (e.g., ["AAL123"]).
coordinates array ("lat,lon") Coordinates for Nearby search (e.g., ["40.641766,-73.780968"]).
distance string: "50", "100", "300" "50" Radius in kilometers for Nearby search. Requires coordinates.
dates array (YYYY-MM-DD) Dates for historical data. If empty, uses today's date. Not for use with coordinates.
proxyConfiguration object Apify proxy settings. Prefill uses RESIDENTIAL proxy group.

Rules:
* origins and destinations must be provided together.
* Nearby search requires coordinates.

Example Inputs

Route Search (JFK to SFO):

{
  "maxItems": 100,
  "origins": ["JFK"],
  "destinations": ["SFO"],
  "dates": ["2025-09-20", "2025-09-21"],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}

Flight Code Search:

{
  "maxItems": 50,
  "flights": ["LY2", "AAL92"],
  "dates": ["2025-09-21"]
}

Nearby Search (100km from coordinates):

{
  "maxItems": 200,
  "coordinates": ["40.641766,-73.780968"],
  "distance": "100"
}

Output

The actor saves each flight as a separate item in the dataset. Output fields vary but typically include:

  • Flight identifiers: id, icao, iata, status
  • Aircraft details: registration, model, manufacturer, photo URL
  • Route info: origin, destination, airline codes and logos
  • Schedule: departure, arrival (scheduled/actual), terminals
  • Flight data: route_time, waypoints, positions
  • Optional: seats, meals, shared_codes

Sample Output (abbreviated):

{
  "id": "98661756-22d7-4e5d-bcd9-a4bae2b3fbec",
  "icao": "ELY2",
  "iata": "LY2",
  "status": 3,
  "aircraft": {
    "regno": "4XEDI",
    "icao": "B789",
    "manufacturer": "Boeing",
    "model": "B789"
  },
  "airline_icao": "ELY",
  "origin": { "iata": "TLV", "name": "Ben Gurion" },
  "destination": { "iata": "JFK", "name": "John F Kennedy" }
}

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try PlanesLive Scraper - FlightRadar24 Alternative now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
igolaizola
Pricing
Paid
Total Runs
70
Active Users
6
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support