post https://api.similarweb.com/v3/batch/apps/request-report
View key app usage, audience, and ranking metrics to evaluate app performance and benchmark your app's performance against competitors.
The Dataset is utilizing multiple tables.
Batch API and REST API have different Keys
Make sure you're using the correct API Key with the query
Example Request:
{
"apps":[
"com.nio.nioapp"
],
"countries": ["WW"],
"metrics":[
"apps_daily_active_users",
"apps_unique_installs",
"apps_downloads",
"apps_sessions_per_user",
"apps_avg_usage_time_per_session",
"apps_avg_total_usage_time_per_user"
],
"start_date": "2022-12-01",
"end_date": "2023-06-01",
"granularity": "daily",
"delivery_method": "download_link",
"response_format": "csv"
}
Apps Premium Table:
Table URL: https://api.similarweb.com/v3/batch/apps/request-report
Primary Keys: apps, country
Metric Name | Description | Supported Granularity | Type |
---|---|---|---|
apps_daily_active_users | Returns the number of devices that have used the app in the selected period of time. | Monthly, Daily | Double |
apps_unique_installs | Returns app unique installs from the store. | Monthly, Daily | Double |
apps_downloads | Returns the app downloads from the store. | Monthly, Daily | Double |
apps_sessions_per_user | Returns the average number of times each active user opened the app per day. | Monthly, Daily | Double |
apps_avg_usage_time_per_session | Returns the average time spent in an app per user per day. | Monthly, Daily | Double |
apps_avg_total_usage_time_per_user | Returns the average total time spent in an app per day. | Monthly, Daily | Double |
Apps Demographics Table:
Primary Keys: apps, country
Metric Name | Description | Supported Granularity | Type |
---|---|---|---|
apps_demographics_male_percentage, apps_demographics_female_percentage | Monthly | Double | |
apps_demographics_age_18_to_24_percentage, apps_demographics_age_25_to_34_percentage, apps_demographics_age_35_to_44_percentage, apps_demographics_age_45_to_54_percentage, apps_demographics_age_55_plus_percentage | Monthly | Doubl |