Google similar image search API

16,036

If you have a URL for a hosted image (using Dropbox, imgur, etc), the answer at https://stackoverflow.com/a/15134958/116891 shows you how to find similar images. Basically,

http://images.google.com/searchbyimage?image_url=YOUR_HOSTED_URL
Share:
16,036
Joe Hamilton
Author by

Joe Hamilton

Updated on July 06, 2022

Comments

  • Joe Hamilton
    Joe Hamilton almost 2 years

    I'm trying to find out if there is a way to do google similar image searches via an API?

    I know the image search api is depreciated but is it still useable? https://developers.google.com/image-search/

    Also... It seems that you can do image searches with the custom search api but I can't seem to work out if a similar image search is possible. http://thenextweb.com/dd/2012/02/14/googles-custom-search-api-now-supports-image-only-results/

    Any leads on advice on working this our would be appreciated.

    Thanks!

  • W.K.S
    W.K.S almost 10 years
    Is there a way to return the list of similar image in JSON format?
  • newshorts
    newshorts over 9 years
    The direct link is useful, but I agree with W.K.S we need a way to get a text response. Something like what mashape.com/imagesearcher/camfind would return.
  • Gopal Singh Sirvi
    Gopal Singh Sirvi almost 9 years
    is there any way to post that image manually instead of url and with postrequest for json response ?