As far as I can tell, there is no API (official or unofficial) to access information about Apps on the Android Market (info such as Title, Icon, Description, Downloads, Comments, etc..) However, there are a few websites that have managed to compile this information anyway.
My question is: How is this being done?
A couple of guesses.
- Manually (not likely, due to volume)
- Implemented the protocol used by the official app (by decompiling or observing packets)
- Running some kind of debugger with the official app to extract the live data
- Using some kind of automation + screen shots + text recognition (seems complicated)
- Modifying the (open) source to write a log file
I'm just curious how this was done because I sure can't figure it out. Thanks.