google-custom-search

Google Custom Search API - Reverse image search


I've got a collection of images that I'm missing information for. I'd like to be able to do a Google reverse image search to find names, keywords, links to similar images, etc. I'm aware that scraping the search results page is against the TOS, and have gotten suggestions that using the Custom Search API is the right way to go about it, but I haven't been able to find anything in the documentation detailing reverse image search. Is anyone able to point me in the right direction if this is possible with the API, or verify if it is, in fact, supported?

Much appreciated!


Solution

  • As for current API I have not found any mention of reverse image search functionality. not even anything except string based queries. You can look for yourself in the detail API references for custom search.

    https://developers.google.com/custom-search/docs/xml_results

    https://developers.google.com/custom-search/json-api/v1/reference/cse/list

    So Google-custom-search doesn't provide that facility.

    After looking at other APIs provided, none of them also provide this functionality. Try looking at all the different kinds of APIs supported by the Google here:

    https://developers.google.com/apis-explorer/#p/

    Thus the conclusion, no reverse image search thru API form Google. (this might change, I cant say anything, look at the links provided above)

    There are paid apis available from some vendors.

    TinEye API https://services.tineye.com/TinEyeAPI

    Incandescent API http://incandescent.xyz/pricing/

    Otherwise you have to ask Google to pardon you for the little TOS violation for your pet project :)