There is currently no way to look up app bundle IDs in the Apple iOS App Store directly. To find the identifier, you will need to look at a file inside the app.
For Apps in the App Store
- Search for an app in the App Store via the web - https://www.apple.com/ios/app-store/
- Extract the unique ID in the URL
- For Pages: https://apps.apple.com/app/pages/id361309726
- Open a new tab in your browser and go to https://itunes.apple.com/lookup?id=361309726
- Replace
361309726with the unique ID found in step 2
- Replace
- Download the file to your computer
- Open the file downloaded and search for “bundleId”
- For Pages: com.apple.Pages
Found this great tool to speed up the process: https://offcornerdev.com/bundleid.html
Apple has also documented their bundle ID here: https://support.apple.com/en-au/guide/deployment/depece748c41/web