Searching google images from java code

java

Solution

I agree with ChssPly76, but you have to include version number in URL as following

http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=

put q= watever you want to search for.

I hope it will help you. Cheers.

Problem

I am writing a java code. I want to search a string on google and google images using my java code. Previously i wasnt even able to search text and then i had to register with google and then i could do it. Now i want to search a string against googleimages How can i do it? Regards Manjot

Original source