apify-google-flights-dealslisted
Install: claude install-skill johnisanerd/claude-skill-google-flights-deals
# Google Flights Deals, With Real Bargains Separated From Cheap Short-Hauls
One airport code in, thirty destinations out, each flagged for whether it actually beats what that route normally costs.
## When to use this skill
- The user wants "flight deals" or "cheap flights from" a specific airport.
- They know where they are leaving from but not where they are going.
- They want fare-drop discovery for a newsletter, affiliate site, or travel agent.
- They need the cheapest destinations filtered to nonstop, business class, or a weekend-length trip.
Not for: pricing a route you have already chosen (use `johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search` and the apify-google-flights-api skill) or building a fare history over time (use the companion apify-google-flights-tracking skill). See `references/actor-index.md`.
## Why the baseline matters
Sort any deals feed by price and the top is dominated by short-haul routes that are cheap because they are close. Every row here also carries `average_price`, what that specific route typically costs, so `is_below_typical` tells you which fares are genuinely unusual. Measured across three hubs during the build, between 6 and 30 percent of a feed clears its own baseline on a given day.
## What you get
One dataset row per destination. `result_type` separates `deal` rows from `error` rows:
- `price`, `average_price`, `savings`, `savings_percent`
- `is_below_typical`, true only when the fare beats that route's own norm
- `na