Google Search autocomplete API?

前端 未结 5 1609
执念已碎
执念已碎 2020-11-27 10:26

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

5条回答
  •  情歌与酒
    2020-11-27 11:09

    Hi I don't know if this answer is relevant for you anymore or not but google returns JSON data through following get request (although this isn't an official API but many toolbars are using this API so there's no reason why google might discontinue it):

    http://google.com/complete/search?q=&hl=en 
    

提交回复
热议问题