substack_leaderboard
Fetch a Substack category's bestseller leaderboard to see ranked publications with authors. Specify category_id and optional page/type to get trending or paid rankings.
Instructions
List a Substack category's bestseller leaderboard. Returns one page of a category's bestseller leaderboard, pairing each ranked publication with its author. This is a different surface from /substack/category: it exposes the trending ranking (the site's "Rising" tab), validates its ranking values rather than silently defaulting, accepts the extra cross-category id bestseller, and returns the author alongside the publication. Use a category_id from /substack/categories whose in_leaderboard is true. Upstream serves 25 rows per page and accepts pages 0-25.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page, 0-25 | |
| type | No | Ranking to read | |
| category_id | Yes | Category id from /substack/categories with in_leaderboard true. Numeric, or the string ids podcast or bestseller. |