Implementing autocomplete with search on Google

I would like to implement autocomplete in the search engine of the Google site. This site uses the (paid) XML API, however, to tune the results. The Google documentation only talks about autocomplete for the JS API with custom search.

Is it possible to get some XML or JSON feed with autocomplete data? Or is there another way to achieve autocomplete without abandoning the XML search API?

+3
source share
1 answer

I wrote my autocomplete, see the demo here: http://olegh.cc.st/autocomplete.html If you have your own dictionary and your own WEB server on a unix-like platform, you can start my autocomputer. I can share sources for free.

-1
source

Source: https://habr.com/ru/post/1796290/


All Articles