I need to search images on Google images by url, all this I need to do on jQuery. How it will look: I set the image URL and the script returns the image URLs and image headers. But I have a problem, in google api I did not find how I can start the search by image URL. I see https://ajax.googleapis.com/ajax/services/search/images?q=Google , but the api doesn't say anything about using the image url. Then I hope that I can download a simple Google Image Search, and replace the google url url with my image url, but Google encodes the image url. Please help. Sorry for my bad english.
source
share