api - How to perform an AJAX image search on my site using Google? -


i want implement on website allows users search image (via google) use profile image. instance, want able search "frog", display bunch of frog images (from google image search), , allow user select 1 use (grabbing url of image). so, assume i'm looking api callable via ajax search , receive json search results. possible google or non-google search engine?

note: looking search entire web (not content on own site).

google search api looking https://developers.google.com/custom-search/v1/overview

it supports image search.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -