v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

App ID Search

This endpoint returns the app IDs related to a requested app with the prefix in their ‘ID', ‘title’, or ‘author’.

get/{store}/find-app-name/

Path parameters

storestring required

Input either "Google" (for Android) or "Apple" (for iOS).

Query parameters

api_keystring required

Your Similarweb API key.

prefixstring required

Enter app name.

limitstring

[optional] Select the number of results that are returned. Default and maximum: 20.

Response

200

idstring
namestring
publisherstring
storestring

Example response

[
  {
    "id": "com.whatsapp",
    "name": "WhatsApp Messenger",
    "publisher": "WhatsApp LLC",
    "store": "google"
  }
]