Get directory screens
get_directory_screensGet the ordered App Store listing screenshots for a library app, including markdown images a vision model can inspect. Pass country (jp, de, ...) for the localized listing in that storefront. Index is 1-based and matches /apps/:slug/screens/:index. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Directory slug such as duolingo. | |
| index | No | Optional 1-based screenshot index. | |
| country | No | App Store country for the localized listing, e.g. jp, de, fr, kr, cn, br, es, it, sa. Default us. get_directory_app lists which storefronts exist. |