XML metadata and output

Yes of course? You use a loop and pass in the relevant information as variables (e.g. OriginAirport, DestinationAirport, DepartureDate, ReturnDate).You would do it individually for each flight with the robot. Whether you get 6 individual elements or 1 table all at once isn’t going to affect the transaction time. The longest portion of time will always be the searching of the flights and navigating the website.

Yes the XML is fine. However the website is created in such a way that it is formatting each element as a “table” which is why it isn’t working for you and why i recommend just grabbing the individual elements.