embeding google images search in my website
- by user1445497
I want to embed a search box to allow my website users to search images using google images search (not only images in my website, but general images search).
However, I don't want an Iframe of something similar, but to present a custom list of the images and links in the format I chose. Ideally, I could get the links to the thumbnails to the in JSON.
From what I have found so far, it seems that google no longer supports it's API:
https://developers.google.com/image-search/
I am familiar with google custom search, but as far as I know, I can't control exactly how it will be presented.
Are there other ways to do it?
Thanks,
Daniel