# Search True Crime Podcasts on Apple Podcasts

**Use case:** 

Find true crime podcasts in the Apple Podcasts directory with artwork, genres, ratings and feed URLs.

## Input

```json
{
  "searchTerms": [
    "true crime investigation"
  ],
  "lookupIds": [],
  "country": "US",
  "maxResults": 25,
  "includeEpisodes": false,
  "episodeLimit": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "collectionName": {
    "label": "Podcast",
    "format": "string"
  },
  "artistName": {
    "label": "Author",
    "format": "string"
  },
  "primaryGenreName": {
    "label": "Genre",
    "format": "string"
  },
  "genres": {
    "label": "Genres",
    "format": "array"
  },
  "trackCount": {
    "label": "Episodes",
    "format": "integer"
  },
  "releaseDate": {
    "label": "Latest release",
    "format": "string"
  },
  "feedUrl": {
    "label": "RSS feed",
    "format": "string"
  },
  "artworkUrl600": {
    "label": "Artwork",
    "format": "string"
  },
  "collectionId": {
    "label": "Collection ID",
    "format": "integer"
  },
  "trackId": {
    "label": "Track ID",
    "format": "integer"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "string"
  },
  "lookupId": {
    "label": "Lookup id",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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