v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

App Audience Interests

Returns a list of apps used by the same audience as a given app, as well as affinity score. Available for Android apps only.

get/Google/{app_id}/audience-interests/also-used-apps

Path parameters

app_idstring required

Enter an app ID. How to find App IDs.

Query parameters

api_keystring required

Your Similarweb API key.

countrystring required

Country filter, as a 2-letter ISO country code. To see the country filters you have access to, please refer to the Check Capabilities endpoint.

formatstring

[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.

limitstring

[optional] Select the number of results that are returned. Default: 100.

offsetstring

[optional] Specify an offset from where to start returning data.

sortstring

[optional] The metric you'd like the results to be ordered by.

ascstring

[optional] The order of results. Enter "true" for ascending, or "false" for descending.

Response

200

Example response

{
  "meta": {
    "query": {
      "limit": 100
    },
    "request": {
      "store": "Google",
      "app_id": "com.whatsapp",
      "format": "json",
      "country": "us"
    },
    "status": "Success",
    "last_updated": "2023-06-27"
  },
  "also_used_apps": [
    {
      "application": "com.instagram.android",
      "affinity": 0.06768919192215601
    }
  ]
}