Google Image Search via Upload

The image search API from Google has been depreciated: https://developers.google.com/image-search/

My question is where can we now get the same data? It says it has moved to the new Custom Search API (https://developers.google.com/custom-search/v1/overview), but I cannot find where to now submit uploaded image data for the search. Can someone please explain or link me the information for this.

Our web app needs to be able to upload the image to google and check via a API where the image has been found.

Also if Google does not allow this is there any substitutes?

Thank you in advance.


you can get search result using direct link for uploaded image.

let direct link be http://i47.tinypic.com/ekepuq.png (to stream image data for search) then Make url as

"http ://images.google.com/searchbyimage?image_url=[diretlink]"

ie " http://images.google.com/searchbyimage?image_url=http://i47.tinypic.com/ekepuq.png " and can get search result for the same image.

链接地址: http://www.djcxy.com/p/83796.html

上一篇: Google自定义搜索API用于图片搜索

下一篇: Google图片搜索通过上传