Feeds new to the index
get_new_feedsIdentify podcasts newly added to Podcast Index, sorted newest first, to spot new launches. Filter by time or reverse order to manage noise from empty or automated feeds.
Instructions
Shows added to Podcast Index for the first time, newest first. This is genuinely new podcasts rather than new episodes, which makes it the tool for spotting a launch. Expect a lot of noise: anyone can submit a feed, so a large share of these are empty, abandoned or automated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | How many to return. Defaults to 20. | |
| since | No | Only include things published after this time, as a unix timestamp in seconds. A negative number is read as seconds before now, so -604800 means the last week. | |
| oldest_first | No | Return oldest first instead of newest first. |