0

I want to see how to automatically upload an image to google "search by image" using C# code. Assume that I have a photo "C:\photo.jpg" and I want to upload to google search by image to get the result page.

1 Answers1

0

As Google have not released an API for "Search by Image" It is not possible to programatically search by an image.

See Here

Community
  • 1
  • 1
Taylor
  • 17
  • 4
  • oh I think it is possible. It uses an Href behind the camera icon in the image.google.com. the href uses an javascirp code to do so but I dont know how. – user1658028 Sep 19 '12 at 07:39
  • your still only going to get back a website of images, versus say with an API you could get an xml file with the URI of each image. – Taylor Sep 19 '12 at 22:22