Planefinder Flight Info Scraper
Pricing
from $30.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
- Open the Actor and click Try for free.
- In the Input tab, enter one or more IATA flight numbers.
- Click Start and wait for the run to finish.
- Download results from the Output tab in JSON, CSV, or Excel format.
Input
| Field | Type | Description |
|---|---|---|
flight_numbers | array | IATA 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
| Field | Description |
|---|---|
query_flight_number | The flight number you queried |
flightNumber | {carrier, flightNumber} — the operating carrier's own flight number |
departureAirportIATA / arrivalAirportIATA | Route airports |
freightCapacity | Cargo capacity (tonnes) |
serviceType | e.g. Passenger, Cargo |
seats | Total passenger seat count |
daysOfOperation | Days of the week this flight number operates (1=Monday...7=Sunday, digits concatenated) |
codeshares | Array of {carrier, flightNumber} for every codeshare on this physical flight |
passengerClasses | Cabin 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.