get_store_first_seen_games
Find games first observed in official daily app-store charts, defined per package, platform, country, category and rank type. This is not a release date. Complete coverage starts 2025-09-15; exclude the baseline day by default to avoid labeling existing games as new. Default game grouping deduplicates package/platform; dimension grouping returns original chart dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results; default 20; maximum 100. | |
| offset | No | Pagination offset; default 0. | |
| date_to | No | End date, YYYY-MM-DD; defaults to today unless explicitly required. Maximum range 365 days. | |
| sort_by | No | Sort order: first_date, first_rank. The first value is the default. | |
| group_by | No | game (default): deduplicate package/platform; dimension: retain country/category/chart-type dimensions. | |
| platform | No | Store platform: 1=Google Play, 2=iPhone App Store. | |
| date_from | No | Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Earliest supported date: 2025-09-15. | |
| categories | No | Official store category code or canonical category name. Use get_store_game_rank_filter to obtain valid platform-specific values. | |
| 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. | |
| include_baseline | No | Include the initial coverage day 2025-09-15; default false. |