get_store_game_rank_trend
Get game-level official daily chart trends using a game token or an app identifier resolved through the official package mapping. Best mode selects leading dimensions across Google Play and iPhone App Store; exact mode fixes store, country and category. Includes current-day realtime data when available. Returns daily ranks, first-entry flags and optional 24-hour curves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | best selects the strongest observed dimensions across both stores; exact fixes platform, country and category. Defaults to exact when country_code is supplied, otherwise best. | |
| date_to | No | End date, YYYY-MM-DD; defaults to today unless explicitly required. Maximum range 365 days. | |
| game_id | No | Game token from search_games or store rankings. Queries every associated official-store package, matching the game-level API. | |
| platform | No | Store for exact mode: 1=Google Play, 2=iPhone App Store. Defaults to the supplied app identifier's store, otherwise Google Play. | |
| date_from | No | Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints. | |
| categories | No | Official store category code or canonical category name. Use get_store_game_rank_filter to obtain valid platform-specific values. | |
| max_series | No | Maximum chart series in best mode; default 20, maximum 50. | |
| rank_types | No | Array of chart types: 0=free, 1=paid, 2=grossing. Omit for all. | |
| country_code | No | ISO 3166-1 alpha-2 country code, such as US or TR. Follow this tool's country-selection rules. | |
| package_name | No | Optional Android package name or numeric iOS app ID. Resolves the owning game through the official package mapping; supply this or game_id, not both. | |
| include_rank_curve | No | Include a fixed 24-entry hourly rank curve for each day; default false. |