来自 Google 的 jQuery 图像建议
我想制作一个在 Google 中搜索并显示第一个相关图像的脚本。
我的意思是,如果您在输入字段中输入: car
如果您搜索单词“ car”通过 Google,它为我推荐了第一张图片。
您认为怎么样,有什么方法可以做到这一点吗?
I'd like to make a script which search in Google and shows the 1st relevant image.
I mean, if you type to the input field: car
if you search to word "car" via Google and it suggest the 1st image for me.
What do you think, are there any method to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是的,使用 Google AJAX 搜索 API 完全可以做到这一点。
你的代码看起来像这样:
Yes, this is perfectly possible using the Google AJAX Search API.
You code would look something like this:
您需要 Google 提供的 JSON-P API 来提供该数据(我不相信他们提供),或者编写一个在您的服务器上运行并查询 Google 的服务器端脚本(这可能 违反了他们的服务条款,因此请在继续操作之前检查小字) 。
更新:
您要求做的是通过自动方式访问数据,因此您将违反 Google 服务条款。
You would need either a JSON-P API from Google that provides that data (and I don't believe they provide one) or to write a server side script that runs on your server and queries Google (which might be a violation of their Terms of Service, so check the small print before going any further).
Update:
What you are asking to do is accessing the data through automated means, so you would be violating the Google terms of service.
是的,有一个 api...检查一下:
http://www.codeproject.com /KB/IP/google_image_search_api.aspx
您可以随时尝试:
http://code.google.com/apis/ajax/playground//************************************
****************************************************** ****************************************************** ****************************************************** **************************************
只要您在与 Google 签订的单独协议中明确允许这样做即可。
****************************************************** ****************************************************** ****************************************************** ****************************************************** **************/
yes there's an api.... check this:
http://www.codeproject.com/KB/IP/google_image_search_api.aspx
you can always play around:
http :// code.google.com/apis/ajax/playground/
/***************************************************************************************************************************************************************************************************************************
As long as you have been specifically allowed to do so in a separate agreement with Google.
************************************************************************************************************************************************************************************************************************/
明白了,
帕拉帕帕帕,我们喜欢谷歌。
gotcha
parapapapa we love google.