# Scrape Top Apple Podcast Charts in the UK

**Use case:** 

Scrape the top Apple Podcasts charts in the UK — show title, publisher, chart rank, rating, category and RSS-enriched owner email and publishing cadence.

## Input

```json
{
  "mode": "topCharts",
  "searchTerms": [
    "marketing"
  ],
  "podcastIds": [
    "1138869817"
  ],
  "genre": "ALL",
  "maxResultsPerQuery": 50,
  "fullDetails": true,
  "enrichFromRss": true,
  "includeEpisodes": false,
  "maxEpisodesPerShow": 10,
  "enrichHostContacts": false,
  "maxReviewsPerShow": 100,
  "reviewsSort": "mostrecent",
  "country": "gb",
  "monitorMode": false,
  "monitorStoreName": "apple-podcasts-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "podcastId": {
    "label": "Podcast ID"
  },
  "title": {
    "label": "Show"
  },
  "artistName": {
    "label": "Publisher"
  },
  "primaryGenre": {
    "label": "Category"
  },
  "episodeCount": {
    "label": "# Episodes"
  },
  "lastEpisodeAt": {
    "label": "Last episode"
  },
  "isActive": {
    "label": "Active"
  },
  "publishingCadenceDays": {
    "label": "Cadence (days)"
  },
  "ownerEmail": {
    "label": "Owner email"
  },
  "website": {
    "label": "Website"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "appleUrl": {
    "label": "Apple URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Apple Podcasts Scraper — Shows, Episodes, Reviews & Host Leads](https://apify.com/scrapesage/apple-podcasts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/apple-podcasts-scraper) to learn more, explore other use cases, and run it yourself.