How to find App IDs?

App IDs are unique identifiers that allow Similarweb's APIs to locate and return data for specific mobile applications. Every app on iOS and Android has a distinct identifier that serves as its "address" in our system.

Why you need App IDs

  • Required for all app-related API calls and data requests
  • Enable precise app targeting in competitive analysis
  • Essential for tracking app performance and market intelligence

Quick Reference

PlatformID FormatExample
AndroidPackage namecom.whatsapp
iOSNumeric ID310633997

⚠️

Important

App IDs are case-sensitive, especially for Android apps. Always use the exact capitalization as it appears in the app store.

Method 1: Using Similarweb APIs (Recommended)

App ID Search Endpoint

The fastest way to find app IDs without consuming data credits.

Endpoint: GET https://api.similarweb.com/v1/app/{store}/find-app-name/

How it works: Returns app IDs related to your search term by matching against app ID, title, or author/developer name.

Example Request:

curl "https://api.similarweb.com/v1/app//find-app-name/?term=whatsapp" \
  -H "api-key: YOUR_API_KEY"

Site Related Apps Endpoint

Find mobile apps associated with websites in your analysis. This endpoint does require credits.

Use case: You're analyzing amazon.com and want to find their mobile apps

Endpoint: /v1/website/{domain}/related-apps

Example Request:

curl "https://api.similarweb.com/v1/website/amazon.com/related-apps" \
  -H "api-key: YOUR_API_KEY"

Method 2: Extract from App Store URLs

Android (Google Play Store)

Step 1: Visit the app's Google Play Store page
Step 2: Copy the URL
Step 3: Extract the package name after id=

URL Structure:

https://play.google.com/store/apps/details?id={PACKAGE_NAME}

Examples:

AppGoogle Play URLApp ID
WhatsApphttps://play.google.com/store/apps/details?id=com.whatsappcom.whatsapp
Instagramhttps://play.google.com/store/apps/details?id=com.instagram.androidcom.instagram.android
TikTokhttps://play.google.com/store/apps/details?id=com.zhiliaoapp.musicallycom.zhiliaoapp.musically

iOS (Apple App Store)

Step 1: Visit the app's Apple App Store page
Step 2: Copy the URL
Step 3: Extract the numeric ID after id

URL Structure:

https://apps.apple.com/app/id{NUMERIC_ID}

Examples:

AppApple App Store URLApp ID
WhatsApphttps://apps.apple.com/app/id310633997310633997
Instagramhttps://apps.apple.com/app/id389801252389801252
TikTokhttps://apps.apple.com/app/id835599320835599320

Method 3: Using Similarweb Platform

Step-by-Step Process

  1. Navigate to App Intelligence on the Similarweb platform
  2. Search for your target app using the search bar
  3. Select the correct app from search results
  4. Extract the App ID from the URL in your browser

URL Structure Examples

Android:

iOS: