Is there an API for reverse search? if not how can I make reverse image search requests from an android app?
Google Reverse Image API allows to get results for image search https://images.google.com .
Google's reverse image search is a breeze on a desktop computer. Go to images.google.com(Opens in a new window), click the camera icon, and either paste in the URL for an image you've seen online, upload an image from your hard drive, or drag an image from another window.
Search By Image is a free reverse image search app that helps you find images or photos that are similar. It uses popular search engines, such as Google, Bing, Yandex, and Tiny, and it's available completely free for Android devices only.
i have implemented a "Reverse Search JSON REST API using Google Image Search via HTTP".
it is actually very simple to do using "httpunit" framework that is even running javascript on the server. this is needed to execute the Google image search request
https://images.google.com/searchbyimage?image_url=
it worked very well. we Have integrated it into an App that
the server
You get from Google
with these information you can display easily the detected tag, similar online images with its texts.
but: unfortunatly Google's machine detection is very good and found my REST-API and closed it.
so for now - Google did not announced an API for this, even it is included in existing Google Apps - very very SAD
You may find the following project useful. It's essentially a scraper server which you send the url of an image to (using curl for instance) and it returns a json array with various useful tidbits.
http://mrisa.mage.me.uk/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With