iTunes offers a JSON API for searching against app names (e.g., find all apps named, “Yelp”).
We can’t seem to find the equivalent for Android Market or other Android marketplaces. Does this exist?
The ideal API would let us search for any Android app, even if it’s listed on Amazon and not on the Android Market.
You’re not going to find one. The various Android app aggregation sites (androidpit, androlib, androidzoom etc) may offer one that feeds off the various markets, but there is no unified API that documents all Android apps regardless of distribution channel (the same way there is no unified API that documents all iOS apps on iTunes and Cydia).
http://code.google.com/p/android-market-api/ is an api for the market that supports searches. It may provide a meaningful start.