Google Custom Search API Search Image by Image URL

I am working on an application which will have an option for users to upload images. Once uploaded, the application will show other images from the web which look exactly similar, whether or not of the same size.

For this, I will create a temporary URL for the image so that I could provide Google custom search API the URL of the image. I would expect in response, URL's of images that are exactly the same or similar to it, perhaps in JSON format.

I did find a similar question posted in January. Till then Google did not support anything like this, apparently:

Google Javascript Custom Search API: Search images by image url

One can also simply do:

http://images.google.com/searchbyimage?site=search&image_url={Image URL}

Since that is not part of an official API, it may not be right to use this method.

Can someone help me?


Well, the answer quite simply is TinEye Commercial API https://api.tineye.com/welcome. I was looking in the wrong place I guess, I did not have any luck with Google Custom Search API.


Would you need a simple result?
If you are, you can use Vision API of Google.
This is very simple.

https://cloud.google.com/vision/


You can try on the top.

First, access the URL.
Second, upload your image file on the "Try API"
Third, click "JSON" tab menu on the result.

You can be seen JSON about similar images.

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

上一篇: 无法在使用jquery插入表行后绑定值

下一篇: Google自定义搜索API按图片网址搜索图片