Google api 替代https://ajax.googleapis.com/ajax/services/search/images?v=1.0

Google api 替代https://ajax.googleapis.com/ajax/services/search/images?v=1.0,google-api,google-search-api,google-image-search,Google Api,Google Search Api,Google Image Search,这些天来,我注意到我在项目中使用的谷歌图像搜索API不再可用,例如 返回 { "responseData": null, "responseDetails": "This API is no longer available.", "responseStatus": 403 } 我应该使用什么来代替搜索图像 UPD:我并不严格依赖谷歌搜索,任何其他的图像搜索API都是可以接受的 此Api不再可用,您需要使用google自定义搜索Api。您可以在免费版本上进行有限的调用。对于无

这些天来,我注意到我在项目中使用的谷歌图像搜索API不再可用,例如

返回

{  
  "responseData": null,
  "responseDetails": "This API is no longer available.",
  "responseStatus": 403
}
我应该使用什么来代替搜索图像


UPD:我并不严格依赖谷歌搜索,任何其他的图像搜索API都是可以接受的

此Api不再可用,您需要使用google自定义搜索Api。您可以在免费版本上进行有限的调用。对于无限的谷歌搜索api调用,您需要付费

制作一个自定义的谷歌自定义搜索api。
这是一个非常接近的替代品。但这不是免费的(每1000个查询1.80美元)。而且结果也不如谷歌好。

“免费配额:100个请求/天”-这太糟糕了。谷歌搜索没有其他选择。我不严格依赖谷歌搜索,任何其他替代图像搜索API都是可以接受的。好的,Instagram API也很快关闭