I\'m trying to use the java client for the Google custom search api
but couldn\'t find any sample tutorials on the web. Can someone provide a simple example for me to get start
Try Google REST / JSON api: see API Guide. It is very easy to work with it, as long as you have your engine id and key. All you have to do is properly construct the URL and parse the search results out of response JSON using a library of your choice.