apple_podcasts_charts_rankings
Get Apple Podcasts chart rankings filtered by chart algorithm, entity type, genre, country, and limit. Return clean JSON from the modern Apple Podcasts charts page to analyze podcast performance across categories.
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 |