App Logo
parisaeroport.fr

Suggest Paris flight destinations

Resolve a free-text destination to Paris Aéroport's ranked airport suggestions [{iataCode, name, city, ...}] ([0] = best). Disambiguates multi-airport cities; pass a returned name to search_departures. Airport names are listed in French, so an English city name resolves through the closest matching form, and matchedTerm reports which wording the suggestions came from.

Input

query required

Free-text destination to look up, e.g. 'Shanghai', 'London', 'New York'. Matches the site's own typeahead (also its French names, e.g. 'Londres').

limit optional

Max suggestions to return.

Default: 10

Output

query required
matchedTerm required

The term the returned suggestions actually correspond to. Equals `query` in the normal case. The site prefix-matches French airport labels, so an English name can match nothing while a prefix of it does - for 'London' this is 'Lond', the longest prefix the site still resolves to the LONDRES airports. Equals `query` whenever `destinations` is empty.

destinations required

Airport suggestions in the site's ranked order ([0] = best match). Empty when the site has no destination for the query. A metro (e.g. London) yields one entry per airport, sharing a cityCode.

FAQ

Resolve a free-text destination to Paris Aéroport's ranked airport suggestions [{iataCode, name, city, ...}] ([0] = best). Disambiguates multi-airport cities; pass a returned name to search_departures. Airport names are listed in French, so an English city name resolves through the closest matching form, and matchedTerm reports which wording the suggestions came from.
Required: query. Optional: limit.
It returns query, matchedTerm, destinations.
No. It only uses pages of parisaeroport.fr that are reachable without signing in.
It only reads. It looks things up on parisaeroport.fr and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/parisaeroport.fr/suggest_destinations, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/parisaeroport.fr/suggest_destinations
It is part of Reduck's official curated catalogue.

Start building not clicking