appstore_list
Retrieve App Store collection rankings, including top free, paid, grossing, and new apps. Filter by country, category, and language, with optional full app details.
Instructions
Retrieve App Store collection rankings. Returns ranked App Store apps from an iTunes RSS collection, optionally expanded to full lookup details. collection enum: topfreeapplications, toppaidapplications, topgrossingapplications, topfreeipadapplications, toppaidipadapplications, topgrossingipadapplications, topmacapps, topfreemacapps, topgrossingmacapps, toppaidmacapps, newapplications, newfreeapplications, newpaidapplications. Of the Mac collections, only topfreemacapps currently returns ranked apps — topmacapps, topgrossingmacapps, and toppaidmacapps are accepted but Apple's feed for them is currently empty. There is no separate Games collection — combine any collection with category=6014 (or a Games subgenre ID, e.g. 7012 for Puzzle) to get its Games-only equivalent, e.g. Top Free Games. See the endpoint markdown for the full category ID table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | Number of apps to return | |
| lang | No | Result language tag | |
| country | No | Two-letter storefront country code | |
| category | No | Numeric App Store category ID, see description for the full enum; e.g. 6014 = Games, 7012 = Games/Puzzle | |
| collection | No | Chart collection slug, see description for the full enum | |
| full_detail | No | Expand each app via lookup API |