GetApp
get_app_historicals
Return historical metric points for one app (daily up to 90 days, weekly beyond). Cost: 1 credit.
Remote getappniche/aso-research
Remote (network-hosted)
Other tools also called get_app_historicals?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"days": {
"type": "integer",
"title": "Days",
"default": 30,
"maximum": 730,
"minimum": 7,
"description": "Length of the history window in days, 7-730 (default 30). Points are daily up to 90 days and weekly beyond that."
},
"store": {
"enum": [
"apple",
"google"
],
"type": "string",
"title": "Store",
"default": "apple",
"description": "Which store the store_id belongs to: 'apple' or 'google'."
},
"store_id": {
"type": "string",
"title": "Store Id",
"maxLength": 80,
"minLength": 1,
"description": "Store-native app id without the store prefix: numeric track id for Apple ('284882215'), bundle id for Google ('com.spotify.music')."
}
}
}