|
Hi - I'm looking for a way to query the site orbitz.com and get flight information. I'm trying to complie a list of the longest non-stop flights offered in the world, and I rather do it in an automated fashion. What I'd like to do is enter a list of major cities like JFK, HKG, etc and then query Orbitz if someone offers non-stop service between those two cities on a specific day. If so, I'd like to extract the flight time and distance (miles) of the flight and enter that data into a database.
Any ideas how to accomplish this? What tools should I be looking at to query html and build my own db from the results?
Thanks,
|