I’m looking for something like API for google-image search using in bash shell.
I want to gel list of links and resolution-info for some query string.
The ideal will be curling or wgeting any page and than parsing results.
But I cannot find any parseble page variant.
I’m trying $> curl "http://images.google.com/images?q=apple" and get nothing.
Any ideas?
There are APIs for Google’s searches; http://code.google.com/apis/imagesearch although I don’t know how you would meed the referrer/branding licensing requirements.