Apple π Music Extractor
Pricing
$5.00 / 1,000 results
Apple π Music Extractor
π« All-In-One Apple Music Scraper
0.0 (0)
Pricing
$5.00 / 1,000 results
0
42
10
Last modified
9 days ago
π« Welcome To Apple Music Scraper

π΅ 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
| Input | Type | Description |
|---|---|---|
query | string array | List of QUERY, KEYWORD or URL |
limit | integer | Number 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
| Format | Example | Description |
|---|---|---|
| <KEYWORDS> | square pants | Search Anything |
song:<KEYWORDS> | song:oemar bakri | Search for songs (default) |
artist:<KEYWORDS> | artist:iwan fals | Search for artists |
album:<KEYWORDS> | album:sarjana muda | Search for albums |
playlist:<KEYWORDS> | playlist:top pop | Search for playlists |
radio:<KEYWORDS> | radio:comedy | Search for radio/shows |
episode:<KEYWORDS> | episode:news | Search for episodes |
station:<KEYWORDS> | station:comedy | Search for stations |
video:<KEYWORDS> | video:gun n roses | Search for music videos |
extra:<KEYWORDS> | extra:bon jovi | Search for extra-videos (posts) |
label:<KEYWORDS> | label:music | Search for labels |
| song:<SONG_ID> | song:1458860453 | Song (Track) Data |
/info | song:1458860453/info | Song info |
/credits | song:1458860453/credits | Credits list |
/albums | song:1458860453/albums | Album list |
/artists | song:1458860453/artists | Artists list |
/videos | song:1458860453/videos | Music videos |
| video:<VIDEO_ID> | video:266626695 | Music Video Data |
/info | video:266626695/info | Video info |
/artists | video:266626695/artists | Artists list |
/related | video:266626695/related | Other similar videos |
| album:<ALBUM_ID> | album:1458860429 | Album Data |
/info | album:1458860429/info | Album info |
/tracks | album:1458860429/tracks | Song (Track) list |
| artist:<ARTIST_ID> | artist:126609479 | Artist Data |
/info | artist:126609479/info | Artist info |
/albums | artist:126609479/albums | Artist albums |
/playlists | artist:126609479/playlists | Artist playlists |
/singles | artist:126609479/singles | Artist singles |
/compilations | artist:126609479/compilations | Compilations |
/videos | artist:126609479/videos | Video musics |
/top-songs | artist:126609479/top-songs | Top songs |
/appears | artist:126609479/appears | Artist appearances |
/lives | artist:126609479/lives | Live albums |
/similars | artist:126609479/similar | Similar artists |
| radio:<RADIO_ID> | radio:1496850261 | Radio (Curator) Data |
| label:<LABEL_ID> | label:1556907688 | Record Label Data |
/info | label:1556907688/info | |
/top-releases | label:1556907688/top-releases | |
/new-releases | label:1556907688/new-releases | |
/featured | label:1556907688/featured | |
| room:<ROOM_ID> | room:6503108878 | Room Data |
/info | room:6503108878/info | |
/content | room:6503108878/content | |
| <PLAYLIST_ID> | pl.b1598359b09d495d9a5a373c788ecea9 | Playlist Data |
/info | ||
/tracks | ||
| <STATION_ID> | ra.1460912634 | Station 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.

