VOOZH about

URL: https://apify.com/jungle_synthesizer/itunes-apple-music-catalog-charts-api-scraper

โ‡ฑ iTunes Apple Music Catalog & Charts Scraper ยท Apify


๐Ÿ‘ iTunes Apple Music Catalog & Charts Scraper avatar

iTunes Apple Music Catalog & Charts Scraper

Pricing

Pay per event

Go to Apify Store

iTunes Apple Music Catalog & Charts Scraper

Search the iTunes/Apple Music catalog by keyword, artist, or album; look up tracks by Apple ID; and fetch Top Charts rankings for any country. Metadata and 30-second preview URLs only โ€” no audio downloads.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

12 hours ago

Last modified

Share

Search the iTunes/Apple Music catalog by keyword, artist, or album; look up tracks by Apple ID; and fetch Top Charts rankings for any country. Returns metadata and Apple-provided 30-second preview URLs โ€” no audio downloads.

What you get

Each result is a flat record with these fields:

FieldDescription
modeSource mode: search, lookup, or chart
track_idApple track ID
collection_idApple album/collection ID
artist_idApple artist ID
wrapper_typeResult type: track, collection, or artist
kindItem kind, e.g. song or music-video
artist_nameArtist name
collection_nameAlbum name
track_nameTrack name
genrePrimary genre
release_dateRelease date (YYYY-MM-DD)
track_countNumber of tracks in the album
track_numberTrack number within the album
track_time_millisDuration in milliseconds
countryStorefront country code
currencyPricing currency (e.g. USD)
is_streamableWhether the track is streamable via Apple Music
preview_urlApple-provided 30-second preview URL (AAC)
artwork_urlAlbum artwork URL (500ร—500)
collection_priceAlbum price in local currency
track_priceTrack price in local currency
apple_music_urlApple Music URL for this item
chart_rankChart rank position (chart mode only)
chart_nameChart name, e.g. most-played (chart mode only)

Usage

Search mode (default)

Search for songs, albums, or artists by keyword. Powered by the official iTunes Search API.

{
"mode":"search",
"searchTerm":"radiohead",
"entity":"song",
"country":"us",
"maxItems":50
}

Entity options: song, album, musicArtist, musicTrack, allArtist, allTrack

Lookup mode

Look up catalog metadata by Apple ID (track, album, or artist ID). Useful for enriching datasets that already contain Apple IDs.

{
"mode":"lookup",
"lookupId":657515,
"lookupEntity":"album",
"country":"us",
"maxItems":20
}

Chart mode

Fetch today's Top Charts for any country. Returns ranked items from Apple Music's publicly visible charts page.

{
"mode":"chart",
"country":"us",
"maxItems":50
}

Supported countries: any ISO 3166-1 alpha-2 code supported by the Apple Music storefront (e.g. us, gb, jp, de, fr, br, au).

Rate limiting

The iTunes Search and Lookup APIs have a soft limit of approximately 20 requests per minute. This actor applies a 3-second delay between requests to stay within that limit. For large searches, use a modest maxItems value and run multiple actors in parallel with different search terms.

Notes

  • Metadata only. This actor returns Apple-provided 30-second preview URLs and catalog metadata. It does not fetch, stream, or host full-track audio.
  • No authentication required. The iTunes Search and Lookup APIs are publicly accessible without an API key.
  • Chart data is country-specific. Each run fetches charts for a single country. For multi-country charts, run separate instances.
  • Apple catalog IDs (track, collection, and artist IDs) join cleanly with MusicBrainz, Discogs, Spotify, and other music databases for cross-platform enrichment.

You might also like

Apple Music & iTunes Scraper

rupom888/apple-music-itunes-scraper

Scrape songs, albums, artists, podcasts and charts from Apple Music and iTunes. Free public API, no key needed. Search, lookup by ID, get top charts, artist discographies, album tracks. Supports music, podcasts, movies and audiobooks.

iTunes Music Scraper

crawlerbros/itunes-music-scraper

Search 8M+ tracks on Apple iTunes with track search, trending charts, artist/album/track lookup. Free Apple REST API, no auth, no proxy required.

iTunes Music Scraper

crawlergang/itunes-music-scraper

Search 8M+ tracks on Apple iTunes with track search, trending charts, artist/album/track lookup. Free Apple REST API, no auth, no proxy required.

1

5.0

Apple Music Track Downloader

codingfrontend/apple-music-track-downloader

Extract Apple Music track metadata, 30-second preview URLs, and high-quality artwork. Search by artist, song, or album name.

๐Ÿ‘ User avatar

Coding Frontned

2

๐ŸŽต iTunes & Apple Search Scraper - Music, Apps & More

benthepythondev/itunes-scraper

iTunes Scraper for the official Apple iTunes Search API. Search music, podcasts, apps, audiobooks, movies and ebooks; extract title, artist, album, price, genre, rating, artwork and URLs. Keyless and fast, for media catalogs, podcast and music discovery tools, and app research.

Apple Podcasts Scraper - Episodes & Charts

renzomacar/apple-podcasts-scraper

Scrape Apple Podcasts: podcast metadata, full episode lists, top charts, and listener reviews by country, in one run. No API key. Built on Apple's iTunes API + RSS feeds.

2

iTunes & Apple Music Scraper

moving_beacon-owner1/my-actor-81

Scrape music, podcasts, movies, TV shows, audiobooks, and apps from Apple's iTunes Store. Search the entire Apple media catalogue โ€” extract artists, albums, songs, podcast episodes, prices, ratings, artwork, and preview URLs.

4

iTunes Podcast Scraper

crawlerbros/itunes-podcast-scraper

Search, browse trending, and look up podcasts using Apple's iTunes Search API and Apple Podcast Charts. No authentication required. Returns feed URLs, episode counts, genres, artwork, and more.

Apple ๐ŸŽ Music Extractor

jupri/apple-music

๐Ÿ’ซ All-In-One Apple Music Scraper

Apple App Store Scraper

jungle_synthesizer/appstore-scraper

Scrape Apple App Store app data using the public iTunes Search API. Search by keyword, look up apps by ID, and browse top charts. Extracts name, developer, ratings, price, genres, screenshots, and more. No auth required.

๐Ÿ‘ User avatar

BowTiedRaccoon

2