App Logo
google.com

Search Google flights

Search one-way flights on Google Flights. Returns a list of departure, arrival, airline, duration, origin, destination, stops, and price_eur. One-way only; price-less rows are skipped, so fewer than max may return; airline parsing is best-effort and can be null.

Input

date required

Departure date, ISO YYYY-MM-DD (one-way only).

destination required

Destination city or airport, free text typed into Google Flights' 'Where to?' field (e.g. 'Tokyo' or 'NRT').

max optional

Max flight rows to return. Default 10; price-less rows are skipped so fewer may come back.

Default: 10

Output

None

FAQ

Search one-way flights on Google Flights. Returns a list of departure, arrival, airline, duration, origin, destination, stops, and price_eur. One-way only; price-less rows are skipped, so fewer than max may return; airline parsing is best-effort and can be null.
Required: destination, date. Optional: max.
No. It only uses pages of google.com that are reachable without signing in.
It only reads. It looks things up on google.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/google.com/search_flights, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/google.com/search_flights
It is part of Reduck's official curated catalogue.

Start building not clicking