Task: Search for flights on Google Flights and extract the top 5 cheapest options with real prices.
Search parameters:
- From: {origin_city}
- To: {destination_city}
- Departure: {departure_date}
- Return: {return_date}
- Passengers: {passengers} adults
- Class: Economy
Steps:
- Navigate to https://www.google.com/travel/flights
- Find the "Where from?" combobox. It may already show a default city based on location. Click it, clear any existing text, type "{origin_city}". A dropdown will appear with airport options. Select the matching airport (e.g. "Singapore Changi Airport (SIN)").
- Find the "Where to?" combobox. Click it, type "{destination_city}". A dropdown appears. Select the city option (e.g. "Tokyo, Japan") which includes all airports, OR select a specific airport.
- Click the "Departure" textbox. A calendar grid appears showing dates as buttons. Each date button's label includes the full date and a price estimate (e.g. "Friday, May 1, 2026 , 484 Singapore dollars"). Find and click the button matching {departure_date}.