适用于iOS应用的谷歌图片搜索API

时间:2013-05-16 04:06:33

标签: ios objective-c api google-image-search

我正在创建一个应用程序,我正在尝试使用Google图像搜索API实现谷歌图像搜索。我推荐这个[google API链接](https://developers.google.com/image-search/v1/)。但是我在该页面上提到了一个问题(DEPRECATED)。我可以使用此API,还是应该使用其他API?任何人都可以知道吗?

提前谢谢

2 个答案:

答案 0 :(得分:5)

如果不推荐使用API​​,它们可能暂时有效但不具备完整功能,并且可能在不久的将来脱机。

如果你转到https://developers.google.com/image-search/

它说它已弃用,请求数量现在有限。

Important: The Google Image Search API has been officially deprecated as of May 26, 2011.     
It will continue to work as per our deprecation policy, but the number of requests you may make per day may be limited. We encourage you to upgrade to the Custom Search API, which now supports image search. 

以下是Custom Search API的链接

https://developers.google.com/custom-search/

希望有所帮助

答案 1 :(得分:1)

不推荐使用意味着它更旧也意味着存在新的版本代码。 Check this out

实施例

For example,为了将我们的搜索引擎从基于网络的结果更改为基于图像,我们可以使用defaultToImageSearch属性。