since SOAP has been stopped, is there any way i can access google web search from java.
I searched for google APIs but currently it provides JSON which is java script.
But i want to access from JAVA not javascript.i would like to know if there is any way to do so?
You can parse JSON with Java. For instance, check out the XStream tutorial on parsing JSON.