What's the best image search API for general image search (eg. find pictures of potatoes, paris hilton, or scarface), available for remote invocation from a server (ie. not in-browser javascript)?
- The Yahoo API is nicely setup and well documented, is easy to use, and includes image thumbnails. This looks like the best candidate so far. The only problem I'm running into is many of the images in the results are no longer on the web.
- The Google API is mostly oriented for invocation within the browser. The JSON version doesn't include thumbnails. Not sure how the quality of results compare to Yahoo.
- The Flickr API is great and the results are very likely not to be broken. However, it's not a general search API - it only searches flickr images, so it'll miss most movie posters, etc.
Are there other image search APIs I should be looking at? Anyone know the relative quality of Yahoo vs. Google image search results?