How can i use Google search api to get like on the google engine, title of website,a short description and URL. Is it possible?
I tried the api but it gives me only some information that doesn`t have a url or title to a website.
How can i use Google search api to get like on the google engine,
Share
Using the Google shopping api, you can retrieve the title, short description and url. I’ve achieved this in a c# application where it returns a json file from the url below and parse over it.
You need a
apiIdto start with.Using this url you can add search parameters after the q, in this example just searching for digital camera.
See http://code.google.com/apis/shopping/search/v1/getting_started.html
for more details