Get App Store charts
get_app_store_chartsFetch ranked top-chart apps from the Apple App Store for a given country, category (e.g., games, productivity), and chart type (top-free, top-paid, top-grossing). Returns structured JSON with app details.
Instructions
Fetch ranked top-chart apps for a storefront. Best-effort: sourced from an undocumented Apple RSS feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart | No | Which chart to fetch: 'top-free', 'top-paid', or 'top-grossing'. | top-free |
| limit | No | Max entries to return (1-100). | |
| country | No | ISO 3166-1 alpha-2 storefront code, e.g. 'us', 'de', 'jp'. | us |
| category | No | Optional filter - a numeric App Store genre ID, or one of: books, business, developer-tools, education, entertainment, finance, food-drink, games, graphics-design, health-fitness, lifestyle, magazines-newspapers, medical, music, navigation, news, photo-video, productivity, reference, shopping, social-networking, sports, stickers, travel, utilities, weather. Omit for the overall chart. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| chart | Yes | ||
| entries | Yes | ||
| sources | Yes | ||
| category | No |