我正在创建一个应用程序,在其中我试图使用Google- image-search API实现google图像搜索。我指的是这个google API link。但我有一个问题,在那个页面上,提到(弃用)。那么我可以使用这个API,还是应该使用其他API?有人知道这件事吗?
提前谢谢你
发布于 2013-05-16 12:21:22
如果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. 这是指向自定义搜索API的链接
https://developers.google.com/custom-search/
希望能有所帮助
https://stackoverflow.com/questions/16578832
复制相似问题