# Technology Podcast Rankings in Canada

**Use case:** 

Get the latest technology podcast rankings from Apple Podcasts in Canada. Access detailed podcast metadata and listener reviews.

## Input

```json
{
  "mode": "charts",
  "country": "ca",
  "genres": [
    "1318"
  ],
  "includeReviews": false,
  "podcastIds": [],
  "maxReviewsPerPodcast": 50,
  "maxResults": 100,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "rowType": {
    "label": "Row Type",
    "format": "string"
  },
  "podcastId": {
    "label": "Podcast ID",
    "format": "string"
  },
  "podcastName": {
    "label": "Podcast Name",
    "format": "string"
  },
  "artistName": {
    "label": "Artist / Publisher",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "chartRank": {
    "label": "Chart Rank",
    "format": "integer"
  },
  "chartGenre": {
    "label": "Chart Category",
    "format": "string"
  },
  "chartGenreId": {
    "label": "Chart Category ID",
    "format": "integer"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "category": {
    "label": "Sub-category",
    "format": "string"
  },
  "categoryId": {
    "label": "Sub-category ID",
    "format": "integer"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "string"
  },
  "artworkUrl": {
    "label": "Artwork URL",
    "format": "string"
  },
  "podcastUrl": {
    "label": "Podcast URL",
    "format": "string"
  },
  "genres": {
    "label": "Genres",
    "format": "array"
  },
  "primaryGenre": {
    "label": "Primary Genre",
    "format": "string"
  },
  "trackCount": {
    "label": "Track Count",
    "format": "integer"
  },
  "episodeCount": {
    "label": "Episode Count",
    "format": "integer"
  },
  "feedUrl": {
    "label": "RSS Feed URL",
    "format": "string"
  },
  "contentAdvisory": {
    "label": "Content Advisory",
    "format": "string"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "reviewTitle": {
    "label": "Review Title",
    "format": "string"
  },
  "reviewText": {
    "label": "Review Text",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewAuthor": {
    "label": "Review Author",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review Date",
    "format": "string"
  },
  "reviewVoteSum": {
    "label": "Review Vote Sum",
    "format": "integer"
  },
  "reviewVoteCount": {
    "label": "Review Vote Count",
    "format": "integer"
  }
}
```

## About this Actor

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