How to find the bundle id of an iOS app in Appstore using iTunes lookup API?

Abhimuralidharan
1 min readJun 25, 2020
Image by <a href=”https://pixabay.com/users/JESHOOTS-com-264599/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_
credit : Image by Pixabay

Reference : itunes-store-web-service-search-api

Just suppose you want to check the app details of facebook app.

For example: https://apps.apple.com/in/app/facebook/id284882215 is the facebook app link in store.

Here, 284882215 is the id.

Just copy paste the id and use the following URL in your web browser.

https://itunes.apple.com/jp/lookup?id=284882215

Note: The jp in the above link stands for Japan. Replace the country code of your app region as required.

This will download a json text file. Scroll to the bottom and it will show you the bundle id. This will also provide other app details as well.

Attaching the text file contents here for reference.

That’s it.

Enjoy!!

If you enjoyed reading this post, please share and give some claps so others can find it 👏👏👏👏👏 !!!!

You can follow me on Medium for fresh articles. Also, connect with me on LinkedIn.

If you have any comment, question, or recommendation, feel free to post them in the comment section below!

--

--