I have a form on my website which forwards the textbox input to www.google.com/search?q=.... Is there any possibility to get this autocomplete / autofill features google provides when searching over google.com. Firefox uses google’s autocomplete function in the search bar next to the url bar, but how can I get this kind of information for my web form?
I have a form on my website which forwards the textbox input to www.google.com/search?q=…
Share
There was the Google Suggest API that allowed to use autocomplete on custom keywords. But it seems google has removed it. But I found out that you can still access the API. There are URLs for JSON and XML.
JSON
XML
Without any warranty.
If you want to get autocomplete on a text box. You can combine that with jQuery UI Autocomplete