top_charts
Retrieve top app store rankings for any country, category, and collection, including daily rank changes and app metadata.
Instructions
Get a store top-chart ranking (App Store or Google Play) for a country, category and collection, with daily rank movement. Returns the snapshot date and ranked apps (rank, app_id, apple_id, title, developer, icon, rating, price, currency, delta vs. yesterday, is_new). Category: pass "OVERALL" (default) for the overall chart, or a store category value (iTunes genre id e.g. "6014" for Games, or a Google Play category e.g. "GAME"). Collection: free (default), paid, or grossing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (max 200, default 100) | |
| store | Yes | App store: GPLAY (Google Play) or ITUNES (App Store) | |
| country | Yes | ISO country code (e.g., US, FR, DE) | |
| category | No | Category key: "OVERALL" (default) or a store category value (iTunes genre id e.g. "6014", Google Play category e.g. "GAME") | |
| collection | No | Chart type: free (default), paid, or grossing |