v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

App Active Users (iOS) - New

Returns the estimated Monthly Active Users (MAU), Weekly Active Users (WAU) or Daily Active Users (DAU) for a given app from the respective app store. Historical data goes back 37 months, depending on your subscription.

get/apple/active-users

Query parameters

api_keystring

Your Similarweb API key..com/docs/how-to-find-app-ids)

app_idstring

Enter an app ID. How to find App IDs

start_datestring

Start month (format: YYYY-MM)

end_datestring

End month (format: YYYY-MM)

countrystring

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.

granularitystring

Set the granularity for the returned values. Can be 'daily', 'weekly' or 'monthly'.

formatstring

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

Response

200

Example response

{
  "meta": {
    "request": {
      "store": "Apple",
      "granularity": "Daily",
      "start_date": "2024-01",
      "end_date": "2024-01",
      "app_id": "284882215",
      "format": "json",
      "country": "us"
    },
    "status": "Success",
    "last_updated": "2025-03-31"
  },
  "active_users": [
    {
      "date": "2024-01-01",
      "active_users": 47656421
    }
  ]
}