Can anyone please share some java codes for getting started with google search api’s.I searched on Internet but not found any proper documentation or good sample codes.The codes which I found doesn’t seem to be working.I’ll be thankful if anyone can help me.(I have obtained API key and custom search engine id).
Thanks.
I have changed the
while loopin the code provided by @Zakaria above. It might not be a proper way of working it out but it gives you the result links of google search. You just need to parse the output. See here,Hope it works for you too.