I have currently a program written in html / javascript related to the Google search API which functions when users search a place, information and local places on it will be returned.
Google custom search and web results have a standard "UI" for their results returned. I would like to display them in my personal UI, etc maybe in a drop down list or textfield.
I know for Google local search your able to retrieve them and use in other places through values like res.address and res.title.
However, i could not find any information regarding the web search or custom search control. Is retrieving and displaying it in another UI possible? Would appreciate any help, thanks!