check_price_insights
Determine if flight prices for a route are cheap, typical, or expensive. Get lowest recorded price, typical range, and booking context.
Instructions
Check whether flight prices for a route are currently cheap, typical, or expensive. Returns price_insights data: lowest recorded price, typical price range, price level, and a human-readable context string (e.g. "Prices are 18% below typical — good time to book.").
Auto-detects round-trip vs one-way based on whether return_date is provided. Uses 1 API credit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | Country code (e.g. us, gb) | |
| hl | No | Language code (e.g. en) | |
| adults | No | Number of adults (default 1) | |
| currency | No | Currency code (e.g. USD, GBP, EUR) | |
| arrival_id | Yes | Arrival airport IATA code (e.g. JFK) or Google kgmid | |
| return_date | No | Return date (YYYY-MM-DD). Omit for one-way. | |
| departure_id | Yes | Departure airport IATA code (e.g. LHR) or Google kgmid | |
| travel_class | No | 1=Economy, 2=Premium economy, 3=Business, 4=First | |
| outbound_date | Yes | Outbound date (YYYY-MM-DD) |