Trending Podcasts
media.podcast.trendingRetrieve trending podcasts sorted by recent episode engagement. Filter by language, category, or only podcasts with new episodes since a specified time. Returns title, author, artwork, trending score, and episode count.
Instructions
Currently trending podcasts globally — ranked by recent episode engagement. Filter by language and category. Returns title, author, artwork, trending score, episode count (PodcastIndex)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Number of trending podcasts (default 20, max 100) | |
| lang | No | Filter by language code (e.g. "en") | |
| cat | No | Filter by category (e.g. "Technology", "News") | |
| since | No | Unix timestamp — only include podcasts with new episodes since this time |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |