I'm making a Java app that goes to Southwest.com and searches for a particular flight 4 times a day. If it finds a cheap flight, it e-mails the user.
I need to know how to input the data on the Southwest.com homepage (i.e. that I want a flight from JFK to SFO on 7/24/2011), so that I can scrape the HTML from the results page to deliver the lowest price.
Any help on how you would query the site in Java would be greatly appreciated.