I'm using iTunes API to get information about a secific app using the id's app, but I wonder if there is a way to use the same API using app's name instead of id.
For example, I'm using this endpoint:
https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&id=361309726&p=mdm-lockup&caller=MDM&platform=enterprisestore&cc=us&l=en
where the parameter id is the app's id. So I don't know all the ids of all the apps in appstore and that's the reason to I need a parameter to search an app using its name.
Is there any parameter to do that?