Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$0.1 / 1k flights
Search Google Flights for one-way, round-trip, and multi-city flights, including prices, stops, airlines, and passenger counts
Endpoint
POST /api/v1/agents/google/flights/run
Parameters
List · Departure airport codes (e.g. LAX, JFK). One per line.
List · Arrival airport codes (e.g. JFK, SFO). One per line.
Date picker · Date of departure flight.
Date picker · Date of return flight. Leave blank for one-way.
Number · Number of adult passengers.
Number · Number of children (ages 2-11).
Number · Number of infants (under 2).
Dropdown · Currency for prices.View all 32 options →
Dropdown · Country to search Google Flights from.View all 37 options →
Dropdown · Language for results.
Show all 22 options
Show all 22 options
en, es, fr, de, it, pt, nl, sv, tr, ru, pl, el, he, ar, hi, zh, ja, ko, th, vi, id, msLegend: en = English, es = Spanish, fr = French, de = German, it = Italian, pt = Portuguese, nl = Dutch, sv = Swedish, tr = Turkish, ru = Russian, pl = Polish, el = Greek, he = Hebrew, ar = Arabic, hi = Hindi, zh = Chinese, ja = Japanese, ko = Korean, th = Thai, vi = Vietnamese, id = Indonesian, ms = MalayView all 22 as a structured list →Number · Cap results below this price (in selected currency).
Dropdown · Maximum number of stops. Leave blank for any.Options:
0, 1, 2Legend: 0 = Direct only, 1 = Up to 1 stop, 2 = Up to 2 stopsList · Airline IATA codes (e.g. UA, AA, DL). One per line.
Toggle · Filter out Basic Economy fares (no carry-on, no seat selection).
Response columns
| Field | Display name | Type |
|---|---|---|
origin | Origin | text |
destination | Destination | text |
outboundDate | Outbound Date | date |
returnDate | Return Date | date |
tier | Tier | text |
tripType | Trip Type | text |
priceUsd | Price (USD) | number |
durationMin | Duration (min) | number |
stops | Stops | number |
airline | Airline | text |
airlineLogo | Airline Logo | url |
airplane | Airplane | text |
travelClass | Travel Class | text |
flightNumber | Flight Number | text |
legroom | Legroom | text |
departureAirport | Departure Airport | text |
departureTime | Departure Time | text |
arrivalAirport | Arrival Airport | text |
arrivalTime | Arrival Time | text |
carbonKg | Carbon (kg) | number |
carbonVsTypical | Carbon vs Typical | percentage |
extensions | Extensions | array |
allFlights | All Flights | array |
Example
Example response
Response