I have a gallery of images on my website. Under each one, I'd like to have a link that says "Find more like this one". This link would automatically give Google Image Search the image url and return to the user a google search gallery of images like the one they clicked.
To know what I mean by Google Image search by URL, go here and click the camera icon: http://images.google.com/
I haven't really found anything in the deprecated API, and I looked at the way google does it itself, and it seems the submit button is intercepted by obfuscated javascript (even though the form html is of the GET request format).
So I'm at a bit of a loss, not sure if this is even possible.