apify-flight-price-apilisted
Install: claude install-skill johnisanerd/claude-skill-flight-price-api
# Flight Price API: Current Airfares by Route
Collect current airfares as structured data. One call takes a route and date and returns fare rows with price, airlines, stops, and duration, plus route-level price insights. Compare fares across dates or airports, export a dataset, or poll a route on a schedule.
## When to use this skill
- The user wants a "flight price API" or airfare data by API.
- They want to compare fares across dates, airports, or airlines for a trip or an analysis.
- They want a flight price dataset for a report or app, exported as JSON or CSV.
- They want to watch a route's fares over time (bounded scheduled polls).
Not for: fare forecasts or "will prices drop" predictions (the Actor reports current levels, not the future), consumer price alerts (Google and the OTAs own that), live flight status, or booking tickets.
## What you get (one dataset item per page, fares nested in `all_flights`)
Each dataset item is one page of results holding an `all_flights` array (about 30 fares per page). Per flight: `price`, `currency`, `route`, `airlines`, `departure_airport`, `departure_time`, `arrival_airport`, `arrival_time`, `stops`, `stops_label`, `duration_minutes`, `travel_class`, `flight_numbers`, `carbon_emissions_g`. Route-level context on the same item: `price_insights` with `lowest_price`, `price_level` (low, typical, high), `typical_price_range`, and a recent `price_history` series when Google shows one.
## Prerequisites
- Apify account (sign up at ht