Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google similar image search API

Tags:

search

image

api

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!

like image 501
Joe Hamilton Avatar asked Mar 07 '13 22:03

Joe Hamilton


People also ask

Is there a Google image search API?

Specifically, their Google Image Search API enables you to scrape and access image search results on Google in real-time. You can use similar parameters as for a standard Google search when searching for an image.


1 Answers

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
like image 171
Pat Avatar answered Oct 05 '22 23:10

Pat