Web Search API for Java

Posted by MadSeb on Stack Overflow See other posts from Stack Overflow or by MadSeb
Published on 2010-04-23T12:21:45Z Indexed on 2010/04/23 12:23 UTC
Read the original article Hit count: 290

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about api