Apple ๐ŸŽ Music Extractor avatar

Apple ๐ŸŽ Music Extractor

Pricing

$5.00 / 1,000 results

Go to Apify Store
Apple ๐ŸŽ Music Extractor

Apple ๐ŸŽ Music Extractor

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

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

cat

cat

Maintained by Community

Actor stats

0

Bookmarked

205

Total users

8

Monthly active users

2 months ago

Last modified

Share

๐Ÿ’ซ Welcome To Apple Music Scraper

dont be sad readme is here

๐ŸŽต About Apple Music

Apple Music is an audio and video streaming service developed by Apple Inc. Users select music to stream to their device on-demand, or they can listen to existing playlists. The service also includes the sister internet radio stations Apple Music 1, Apple Music Hits, and Apple Music Country, which are broadcast live to over 200 countries 24 hours a day. The service was announced on June 8, 2015, and launched on June 30, 2015. New subscribers get a one-month free or six months free trial with the purchase of select products before the service requires a monthly subscription.

About This Scraper

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

๐ŸŽต Tutorial

๐ŸŽง Parameters

InputTypeDescription
querystring arrayList of QUERY, KEYWORD or URL
limitintegerNumber of results (per-query)

๐ŸŽง Basic Usage

Search for songs (tracks)

{ "query": ["Nightwish"], "search_type": "song", "limit": 10 }

or

{ "query": ["song:Nightwish"], "limit": 10 }

Get song (track) info

{ "query": ["song:1458860453"] }

or

{ "query": ["https://music.apple.com/us/album/amaranth-remastered/1458860429?i=1458860453"] }

Search for albums

{ "query": ["Highest hopes"], "search_type": "album", "limit": 10 }

or

{ "query": ["album:Highest hopes"], "limit": 10 }

๐ŸŽง Advanced Usage

APPLE Query Language (AQL)

[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]

Possible QUERY values

FormatExampleDescription
<KEYWORDS>square pantsSearch Anything
song:<KEYWORDS>song:oemar bakriSearch for songs (default)
artist:<KEYWORDS>artist:iwan falsSearch for artists
album:<KEYWORDS>album:sarjana mudaSearch for albums
playlist:<KEYWORDS>playlist:top popSearch for playlists
radio:<KEYWORDS>radio:comedySearch for radio/shows
episode:<KEYWORDS>episode:newsSearch for episodes
station:<KEYWORDS>station:comedySearch for stations
video:<KEYWORDS>video:gun n rosesSearch for music videos
extra:<KEYWORDS>extra:bon joviSearch for extra-videos (posts)
label:<KEYWORDS>label:musicSearch for labels
song:<SONG_ID>song:1458860453Song (Track) Data
/infosong:1458860453/infoSong info
/creditssong:1458860453/creditsCredits list
/albumssong:1458860453/albumsAlbum list
/artistssong:1458860453/artistsArtists list
/videossong:1458860453/videosMusic videos
video:<VIDEO_ID>video:266626695Music Video Data
/infovideo:266626695/infoVideo info
/artistsvideo:266626695/artistsArtists list
/relatedvideo:266626695/relatedOther similar videos
album:<ALBUM_ID>album:1458860429Album Data
/infoalbum:1458860429/infoAlbum info
/tracksalbum:1458860429/tracksSong (Track) list
artist:<ARTIST_ID>artist:126609479Artist Data
/infoartist:126609479/infoArtist info
/albumsartist:126609479/albumsArtist albums
/playlistsartist:126609479/playlistsArtist playlists
/singlesartist:126609479/singlesArtist singles
/compilationsartist:126609479/compilationsCompilations
/videosartist:126609479/videosVideo musics
/top-songsartist:126609479/top-songsTop songs
/appearsartist:126609479/appearsArtist appearances
/livesartist:126609479/livesLive albums
/similarsartist:126609479/similarSimilar artists
radio:<RADIO_ID>radio:1496850261Radio (Curator) Data
label:<LABEL_ID>label:1556907688Record Label Data
/infolabel:1556907688/info
/top-releaseslabel:1556907688/top-releases
/new-releaseslabel:1556907688/new-releases
/featuredlabel:1556907688/featured
room:<ROOM_ID>room:6503108878Room Data
/inforoom:6503108878/info
/contentroom:6503108878/content
<PLAYLIST_ID>pl.b1598359b09d495d9a5a373c788ecea9Playlist Data
/info
/tracks
<STATION_ID>ra.1460912634Station Data
https:<URL>https://music.apple.com/...Start URL

๐ŸŽต Input Examples

๐ŸŽต Output Samples

๐ŸŽ Support

โšก๏ธ Feel free to reach out to the developer for any issues or suggestions for improvement.