Get top charts
get_chartsRanked top-chart entries (App summary plus rank) for a store. type is free/paid/grossing (Apple also supports new/newfree/newpaid). category is an Apple genre id (e.g. 6007) or a Google category constant (e.g. PRODUCTIVITY); omit for the overall chart. Google list() may return an empty array with meta.stale=true when a region is broken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Chart type: free, paid, grossing (Apple also: new, newfree, newpaid). Default free. | |
| limit | No | Apple practical max ~200; Google up to ~660 (usually <=500). Default 50. | |
| store | Yes | Target store. | |
| country | No | ISO-3166 alpha-2 storefront/region, lowercase. Defaults to us. | |
| category | No | Apple genre id (e.g. 6007) or Google category constant (e.g. PRODUCTIVITY). Omit for overall chart. | |
| fullDetail | No | Google only; expensive. Default false. |