Apple Podcasts Charts Scraper - Top Rankings & Episodes avatar

Apple Podcasts Charts Scraper - Top Rankings & Episodes

Pricing

from $2.00 / 1,000 apple podcast rankings

Go to Apify Store
Apple Podcasts Charts Scraper - Top Rankings & Episodes

Apple Podcasts Charts Scraper - Top Rankings & Episodes

Fast and reliable scraper for Apple Podcasts Top Charts. Extract ranked podcasts and top episodes across global countries and genres.

Pricing

from $2.00 / 1,000 apple podcast rankings

Rating

0.0

(0)

Developer

Axery

Axery

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Apple Podcasts Charts Scraper

Scrape official Apple Podcasts Top Charts and Episode rankings across countries and genres with lightning speed and 100% data reliability.


πŸš€ Key Features

  • Global Country Coverage: Retrieve top charts for the US, UK (gb), Canada (ca), Australia (au), Germany (de), France (fr), Japan (jp), Indonesia (id), and 50+ other markets.
  • Top Shows & Top Episodes: Extract either top podcast shows or trending episodes.
  • Genre Categorization: Filter by genres such as News, True Crime, Comedy, Business, Technology, Society & Culture, etc.
  • Incremental Deduplication: Built-in support to ensure scheduled runs only process newly ranked shows or episodes.
  • Ultra Lightweight & Fast: Pure HTTP client (curl_cffi). Takes < 2 seconds, uses < 256MB RAM.

πŸ“₯ Input Configuration

ParameterTypeDefaultDescription
countriesArray["us"]List of country ISO 2-letter codes (e.g., ["us", "gb", "ca"]).
chartTypesArray["podcasts", "podcast-episodes"]Chart type: podcasts (shows) and/or podcast-episodes.
limitPerChartInteger50Maximum ranks per chart (1 to 100).
genresArray[]Optional genre name filter (e.g., ["News", "True Crime"]).
incrementalBooleanfalseAvoid pushing previously seen items on scheduled runs.
proxyConfigurationObjectDirectOptional proxy configuration.

πŸ“€ Output Data Schema

{
"rank": 1,
"id": "1200361736",
"name": "The Daily",
"artist_name": "The New York Times",
"chart_type": "podcasts",
"country": "US",
"genres": ["News"],
"primary_genre": "News",
"url": "https://podcasts.apple.com/us/podcast/the-daily/id1200361736",
"artwork_url": "https://is1-ssl.mzstatic.com/image/thumb/...",
"release_date": null,
"scraped_at": "2026-09-10T17:03:11.152000+00:00"
}