Hi,
I need a Java library for doing web searches ( any search engine is good ). I should be able to to write code such as:
WebSearch search = new WebSearch("Apple");
System.Out.Println("Results = " + search.Results.Count);
Does such a library/API exist ?
Regards, Sebastian