# Find Podcasts to Pitch in Your Niche

**Use case:** 

Search Apple Podcasts by topic and get a ranked list of shows with episode counts, genres and artwork, so you can build a guest pitch list in one run.

## Input

```json
{
  "searchTerms": [
    "b2b marketing"
  ],
  "genre": "all",
  "includeEpisodes": false,
  "maxEpisodesPerShow": 25,
  "maxResults": 50,
  "country": "us",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "rank": {
    "label": "#",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "episodeCount": {
    "label": "Episodes",
    "format": "number"
  },
  "releaseDate": {
    "label": "Date",
    "format": "text"
  },
  "showId": {
    "label": "Show ID",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Podcast Scraper — Shows, Episodes & Top Charts](https://apify.com/glitchbound/podcast-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/podcast-scraper) to learn more, explore other use cases, and run it yourself.