What I would like to be able to do is for user to click button on my website (actually a webapp that runs locally on user machine so each instance is single user) which initiates a Google image search with various params set and display the results in a section of my html page.
This is because the idea is they can then select an image and drag and drop it onto a dropzone on my webpage. This parts works but currently the search is opening in a new tab so its a bit of a pain dragging from that tab to my tab.
Embedding as an iframe does not work, Google does not allow that.
So
a> is there a Google sanctioned API I can use to perform a Google search for images and display within my page.
b> Could I send send a url request from my server (i,e like curl/wget and then screenscrape the results and present on webpage