Hi, everyone!
I'm working with a simple app, that allows user to enter some text, then delegates it to the google.com, searching for this text. Something like a Google search bar in Firefox.
In Google toolbar, there is a feature: when you start typing the text, some snippets appear (sorted, as far as I understand, by the number of search results), that allow you to enter your text quickly by choosing one of the snippets.
My question is how can I retrieve these snippets from Google? Does Google provide any API for doing it? I've googled this question, but Google seems to provide a search API, and allows to retrieve search results, not snippets.
p.s. I would appreciate any links, related to the question, or tutorials, or code snippets or something. I am writing a simple WinAPI application in C/C++. Thanks in advance!