# Search podcasts by topic

**Use case:** 

Discover podcasts by topic with artist, genre, episode count and RSS feed.

## Input

```json
{
  "mode": "search",
  "chart": "top-free",
  "searchQueries": [
    "true crime",
    "startups"
  ],
  "entity": "podcast",
  "lookupIds": [
    "389801252",
    "com.example.app"
  ],
  "country": "us",
  "maxItemsPerSource": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "entity": {
    "label": "Entity",
    "format": "text"
  },
  "chart": {
    "label": "Chart",
    "format": "text"
  },
  "chartRank": {
    "label": "Rank",
    "format": "number"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "artistName": {
    "label": "Artist / Author",
    "format": "text"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "contentRating": {
    "label": "Content rating",
    "format": "text"
  },
  "releaseDate": {
    "label": "Released",
    "format": "text"
  },
  "trackCount": {
    "label": "Tracks / Episodes",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [iTunes & App Store Scraper Goat](https://apify.com/goat255/itunes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/goat255/itunes-scraper) to learn more, explore other use cases, and run it yourself.