Archive for April, 2008

Using Google Search API from Java

Friday, April 25th, 2008 Posted in Computer science | 4 Comments »

Recently I've discovered ability to search in Google from Java program in a way different from brute "crawling". And I've found out two options: Google SOAP API Google AJAX API Google SOAP API With this ... Read more..