I've had a look at code.google.com, but I didn't find anywhere how to programatically make a search query to Google and get the results. Do you happen to know if this is possible, using some web services or any other way?
Of course, there's always the possibility to send a search query, get the HTML content of the result page and parse it, but I'd like to avoid such trouble, if possible.