I'm collecting stats about mobile applications using Python and now I'm looking for the best solution to access the Blackberry App World data.
So far I've got my solution for iOS (http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html) and Android (https://github.com/liato/android-market-api-py). The iOS solution uses the API provided by Apple, the Android solution simulates a phone and gathers data just the way a real phone does this in a structured way.
Now I can't seem to find a similar solution for the BlackBerry App World, so my question is, what's the best way to go? I can scrape the site, but I rather not since my scraper will break if they change their site. Ideally I'd use either a provided API or simulate a BlackBerry to access the App World data in a more structured way. Any suggestions?