Apple Music, Podcast & Book Charts - Any Country avatar

Apple Music, Podcast & Book Charts - Any Country

Pricing

$2.50 / 1,000 chart entries

Go to Apify Store
Apple Music, Podcast & Book Charts - Any Country

Apple Music, Podcast & Book Charts - Any Country

Top songs, albums, music videos, playlists, podcasts, podcast episodes and books from any Apple storefront. Reads Apple's own published chart feeds, so the data comes from the source rather than a scraped page. Includes artist IDs, genres, release dates and high-resolution artwork.

Pricing

$2.50 / 1,000 chart entries

Rating

0.0

(0)

Developer

Loopchips

Loopchips

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Apple Music, Podcast & Book Charts

Top songs, albums, music videos, playlists, podcasts, podcast episodes and books for any Apple storefront.

This Actor reads Apple's own published chart feeds. The data comes from the source rather than a scraped chart page, so it stays stable and stays clean.

What you get

FieldDescription
country / chart / chartLabelWhich storefront and chart the row is from
rankPosition in that chart
nameTrack, album, podcast or book title
artistName / artistId / artistUrlCredited artist or author
genresGenre labels as the storefront lists them
releaseDateRelease date where the feed provides it
contentAdvisoryRatingExplicit or clean marking
artworkUrl100 / artworkUrl600Artwork at two sizes
urlDirect link
chartUpdatedAtWhen Apple last refreshed the chart
scrapedAtTimestamp, so runs stack into a history

Charts

Top songs · Top albums · Top music videos · Top playlists · Top podcasts · Top podcast episodes · Top free books · Top paid books

Any two-letter storefront works: kr, us, jp, gb, de, and the rest. Not every storefront publishes every chart; the Actor says so and moves on rather than failing the run.

Example input

{
"countries": ["kr", "us", "jp"],
"charts": ["songs", "albums", "podcasts"],
"maxItemsPerChart": 100
}

Example output

{
"country": "KR",
"chart": "songs",
"chartLabel": "Top songs",
"rank": 1,
"id": "1443109064",
"name": "Sunflower (Spider-Man: Into the Spider-Verse)",
"artistName": "Post Malone & Swae Lee",
"genres": "힙합/랩, 음악",
"releaseDate": "2018-10-19",
"artworkUrl600": "https://.../600x600bb.jpg",
"url": "https://music.apple.com/kr/album/...",
"scrapedAt": "2026-08-11T12:10:44.512Z"
}

What people use it for

  • Label and artist tracking - watch a release move across storefronts
  • Cross-market comparison - the same week in KR, US and JP side by side
  • Podcast and publishing research - what is charting, not what is promoted
  • Catalogue and recommendation building - IDs, genres and artwork in one place

Pricing

Pay per result. You are charged only for chart entries actually returned.

Notes

  • Transient feed errors are retried before a chart is reported as unavailable, so a run does not quietly come back short.
  • releaseDate and artistId are empty for chart types where Apple does not publish them, such as podcasts. That is the feed's own shape.