# Apple Podcasts Scraper

**Use case:** 

Scrape Apple Podcasts search results: title, author, categories, episode count, last episode, publishing frequency, website and host email per show.

## Input

```json
{
  "searchTerms": [
    "true crime"
  ],
  "maxResults": 15,
  "country": "us",
  "includeEpisodes": true,
  "maxEpisodesPerShow": 10,
  "activeOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "leadScore": {
    "label": "Lead Score",
    "format": "integer"
  },
  "dataQuality": {
    "label": "Data Quality",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "ownerEmail": {
    "label": "Owner Email",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "episodeCount": {
    "label": "Episode Count",
    "format": "integer"
  },
  "lastEpisodeDate": {
    "label": "Last Episode Date",
    "format": "string"
  },
  "episodeFrequency": {
    "label": "Episode Frequency",
    "format": "string"
  },
  "isActive": {
    "label": "Is Active",
    "format": "boolean"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "applePodcastsUrl": {
    "label": "Apple Podcasts URL",
    "format": "string"
  },
  "spotifyUrl": {
    "label": "Spotify URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Podcast Directory Scraper — Host Contacts & Emails](https://apify.com/ryanclinton/podcast-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/podcast-directory-scraper) to learn more, explore other use cases, and run it yourself.