Google pictures api

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.

+5
source share
1 answer

I understand this is a really old question, but I think this post here explains well what is going to happen: Google Image Search How to create a return URL

0
source

All Articles