We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以使用以下 HTTP GET 查询获取自动完成搜索单词“obama”的 JSON:
http://suggestqueries.google.com/complete/search?hl=en& ;client=youtube&hjson=t&ds=yt&jsonp=window.yt.www.suggest.handleResponse&q=obama&cp=3
我已经使用 youtube 看到了这个调用并观看生成的 HTTP使用 Firefox Live HTTP Headers 扩展进行查询。
我希望它有帮助。
You can get the JSON of the autocomplete searching for the word "obama" using the following HTTP GET query:
http://suggestqueries.google.com/complete/search?hl=en&client=youtube&hjson=t&ds=yt&jsonp=window.yt.www.suggest.handleResponse&q=obama&cp=3
I've seen this call using the youtube and watching the generated HTTP queries with Firefox Live HTTP Headers extension.
I hope it helps.