iTunes Search Lookup for all a Developers Apps

后端 未结 2 733
后悔当初
后悔当初 2020-12-28 10:58

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

相关标签:
2条回答
  • 2020-12-28 11:38

    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

    0 讨论(0)
  • 2020-12-28 11:56

    If you want to search apps by developer name you need to include attribute=softwareDeveloper, like this: https://itunes.apple.com/search?term=milk+llc&entity=software&attribute=softwareDeveloper

    (Thanks to Ted Hosmann's comment iTunes Search Lookup for all a Developers Apps for helping me figure this out.)

    Hey, check this out. The documentation doesn't say you can do this but entity=softwareDeveloper will return a list of just developers: https://itunes.apple.com/search?term=milk+llc&entity=softwareDeveloper&attribute=softwareDeveloper

    0 讨论(0)
提交回复
热议问题