我正在创建一个应用程序,在其中尝试使用 Google-image-search API 实现 Google Image 搜索。我参考这个 [Google API 链接] (https://developers.google.com/image-search/v1/) 。但我在该页面上提到了一个问题(已弃用)。那么我可以使用这个API还是应该使用其他API?有谁知道这个吗?
如果 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/
希望有帮助