Google Search autocomplete API?

前端 未结 5 1577
执念已碎
执念已碎 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 10:45

    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".

    [EDIT2]

    As indicated by @ user2067021 this api will stop working as of 10-08-2015: Update on the Autocomplete API

提交回复
热议问题