search_podcasts
Search for podcasts by topic, title, or publisher using advanced filters. Get listener estimates per episode to evaluate reach.
Instructions
Search for podcasts by topic, title, or publisher with advanced filters. Returns estimated listeners per episode in the downloads_per_episode field. Specify either query or filters or both. Filters are comma-separated, e.g. listeners:gte:5000,active:is:true. See list_categories, list_countries, list_languages, list_sponsors, list_professions, list_interests for valid filter values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Search mode. Default: topics. | |
| page | No | Page number, starts at 1. | |
| query | No | Search query. Supports parentheses for grouping, quotes for exact match, AND, OR and -negation. | |
| filters | No | Advanced search filters, comma-separated. E.g. `listeners:gte:5000,active:is:true,categories:in:1482`. | |
| per_page | No | Results per page, max 100. Default: 50. |