Is there software to automatically download apps for Android Market developers?
Google introduced a new API for working with the Google Play Developer Console. Here is the link for description: https://developers.google.com/android-publisher/
source to share
The API ( http://code.google.com/p/android-market-api/ ) is designed to emulate the Android market for getting data. You will have to mimic the login in the android developer center and then use some kind of DOM Crawler like (Symphony dom crawler to navigate and use GET / POST to simulate calls to download).
source to share
I don't know of an official official API that allows this. I doubt Google will be keen to implement it as it could feed a huge number of auto-generated apps.
The closest I've seen is an unofficial API for reading data, but as far as I know there is no way to send apps: http://code.google.com/p/android-market-api/
source to share