iTunes Search Lookup for all a Developers Apps
ios, iphone, itunes
Solution
To get the details of a developer,
https://itunes.apple.com/lookup?id=514675684
To get all apps by that developer,
https://itunes.apple.com/lookup?id=514675684&entity=software
To get the apps based on localization,
https://itunes.apple.com/lookup?id=514675684&entity=software&country=in
or, `itunes.apple.com/in/lookup?id=514675684&entity=software`
Problem
Is there a way to use the iTunes Lookup to show all of the apps a Developer has? Eg: ``` https://itunes.apple.com/lookup?devid=123 ``` I also tried: ``` http://itunes.apple.com/search?media=software&term=Developer Name ``` But that didn't work either. Ideas?