← ClaudeAtlas

apify-flight-price-apilisted

Collect current airfares by route with a flight price api built on the Apify Google Flights Actor (johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search). Give routes and dates and get structured fare rows back, price, currency, airlines, stops, duration, plus route-level price insights (lowest price, price level, typical price range), ready to export, compare across dates, or poll on a schedule for price monitoring. Use when the user wants a flight price api, airfare data by API, to compare fares across dates or airports, to build a flight price dataset, or to watch a route's fares over time. Current quotes only, honestly framed, no fare forecasts and no reservations. Pay-per-page billing, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-flight-price-api · ★ 0 · API & Backend · score 66
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