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

use*_*388 3 api objective-c ios google-image-search

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

先感谢您

Dee*_*ola 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. 
Run Code Online (Sandbox Code Playgroud)

以下是Custom Search API的链接

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

希望能帮助到你