v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Site Related Apps

Returns a list of all mobile apps related to a domain, along with their app ID.

get/{domain_name}/related-apps/related-apps

Path parameters

domain_namestring required

Enter website of interest, without 'www.' or brackets {}.

Query parameters

api_keystring required

Your Similarweb API key.

storestring required

Possible values: "Google" for Google Play Store, or "Apple" for Apple App Store. Values are case sensitive!

formatstring

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

Response

200

Example response

{
  "meta": {
    "request": {
      "domain": "yahoo.com",
      "store": "Google",
      "format": "json"
    },
    "status": "Success"
  },
  "related_apps": [
    {
      "app_id": "com.si.yahoocricket",
      "title": "Yahoo Cricket App - Lightning Fast Scores"
    }
  ]
}