apple_podcasts_charts_rankings
Fetch Apple Podcasts charts by algorithm, type, genre, and country. Returns ranked podcasts, episodes, or channels from Apple's charts page.
Instructions
Retrieve Apple Podcasts chart rankings by algorithm, type, and genre. Returns Apple Podcasts chart rankings from the modern podcasts.apple.com charts page, covering chart algorithms (top, top-subscriber, top-series) crossed with entity types (podcasts, podcast-episodes, podcast-channels) and an optional genre filter. A richer, differently-sourced capability than the legacy RSS-based /apple-podcasts/charts endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Entity type. Allowed values: `podcasts`, `podcast-episodes`, `podcast-channels`. Default `podcasts`. | |
| chart | No | Chart algorithm. Allowed values: `top`, `top-subscriber`, `top-series`. Default `top`. | |
| genre | No | Optional Apple Podcasts genre ID to filter the chart, e.g. 1303 for Comedy | |
| limit | No | Number of chart entries to return, default 24, max 200 | |
| country | No | Two-letter storefront country code |