Image namer

I have been considering how to create a script to use Google’s search by image to create meaningful names (possibly tags as well?) for images. From what I can tell the Google Image API, which has been deprecated, does not support search by image so I’m thinking of mimicking user input. Since I am quite inexperienced, I figured I should for suggestions as to the best way to proceed. Thanks very much.

Hi maxim775,

You can open the Google search then look for the Images link with javascript or just go straight to the Images link. Then in the search field paste search criteria with System Events or just enter something in the search field through javascript. There are so many ways to do this. Then, you have a lot of images to look through. You can get the name or link of the images through javascript.

gl,
kel