Hi there is a google page http://www.google.com/imghp where we can load image and search the internet if it exist on some pages, my question is how to do it from c# but not to get all images similar or sth, only pages where this image exist.
Hi there is a google page http://www.google.com/imghp where we can load image and search
Share
Previously, the way to do that was with Google’s Image Search API, but it is now deprecated and won’t be around much longer. You can still use it while it lasts.
As an alternative, there is Microsoft’s Bing API, with the Image SourceType.
Edit: From the link I posted above:
From the deprecation policy, section 1.3:
So, you can expect the Google Image Search API to be around until May 26, 2014. You can enjoy it still for a couple of years.