Google Search autocomplete API?
Does Google provide API access to autocomplete for search like on the actual site? I have not been able to find anything. I would like to use Google's autocomplete logic for web search on my own site which relies on Google's search API. RickyA The new url is: http://suggestqueries.google.com/complete/search?client=firefox&q=YOURQUERY the client part is required; I did't test other clients. [EDIT] If you want the callback use this: http://suggestqueries.google.com/complete/search?client=chrome&q=YOURQUERY&callback=callback As @Quandary found out; the callback does not work with client "firefox"