Planefinder Flight Info Scraper avatar

Planefinder Flight Info Scraper

Pricing

from $30.00 / 1,000 results

Go to Apify Store
Planefinder Flight Info Scraper

Planefinder Flight Info Scraper

Planefinder Flight Info Scraper looks up scheduled flight details from Planefinder's mobile API by IATA flight number — departure/arrival airports, seat count, freight capacity, service type, codeshares, and passenger cabin classes.

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

4 days ago

Last modified

Share

What does Planefinder Flight Info Scraper do?

Planefinder Flight Info Scraper looks up scheduled flight details from Planefinder's mobile API by IATA flight number — departure/arrival airports, seat count, freight capacity, service type, codeshares, and passenger cabin classes.

Results are pushed directly to an Apify dataset.

Why use Planefinder Flight Info Scraper?

  • Route/schedule research — get structured details about a scheduled flight without scraping a booking site.
  • Codeshare mapping — see every codeshare flight number operating the same physical flight.
  • Capacity analysis — compare seat counts and freight capacity across routes/aircraft.

How to use Planefinder Flight Info Scraper

  1. Open the Actor and click Try for free.
  2. In the Input tab, enter one or more IATA flight numbers.
  3. Click Start and wait for the run to finish.
  4. Download results from the Output tab in JSON, CSV, or Excel format.

Input

FieldTypeDescription
flight_numbersarrayIATA flight numbers (e.g. ["GA401"])
{
"flight_numbers": ["GA401"]
}

Output

Each item represents one flight.

{
"flightNumber": { "carrier": "GA", "flightNumber": 401 },
"departureAirportIATA": "DPS",
"arrivalAirportIATA": "CGK",
"freightCapacity": 62.8,
"freightClass": null,
"serviceType": "Passenger",
"seats": 162,
"daysOfOperation": "1",
"codeshares": [
{ "carrier": "EY", "flightNumber": 7104 },
{ "carrier": "KE", "flightNumber": 5636 }
],
"passengerClasses": ["economy", "business", "shuttle", "premium-economy"],
"query_flight_number": "GA401"
}

Data table

FieldDescription
query_flight_numberThe flight number you queried
flightNumber{carrier, flightNumber} — the operating carrier's own flight number
departureAirportIATA / arrivalAirportIATARoute airports
freightCapacityCargo capacity (tonnes)
serviceTypee.g. Passenger, Cargo
seatsTotal passenger seat count
daysOfOperationDays of the week this flight number operates (1=Monday...7=Sunday, digits concatenated)
codesharesArray of {carrier, flightNumber} for every codeshare on this physical flight
passengerClassesCabin classes offered

Tips

  • Flight numbers not found return no output item and a warning in the log, rather than failing the run.
  • Combine with the Planefinder Flight Scraper (historical timeline) for actual-vs-scheduled comparison.

Pricing

This Actor uses the Pay Per Event model: $0.03 per result (one flight looked up) in the dataset, plus a negligible one-time actor-start fee. Flight numbers that return no match are not charged.

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.