Audiomack Scraper
Audiomack Scraping API - RapidAPI Long Description The Audiomack Scraping API is a comprehensive solution for accessing and extracting data from the Audiomack platform. This API allows developers to programmatically scrape a wide range of information directly from Audiomack's official site, including song metadata, artist profiles, playlists, trending tracks, and much more. In addition to…
Audiomack Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| Album | ||
| GET |
Get album data /audiomack/album |
This end point takes an audiomack url as a parameter {url} |
| Song | ||
| GET |
Get song data /audiomack/song |
Send an audiomack song url via query parameter through the key "url" |
| GET |
Get song downloadable url /audiomack/song/{song_id}/play |
By passing a song id (number) which is obtained from the "get song details" endpoint response to this, you get a downloadable link of the preferred song. |
| Artist | ||
| GET |
Artist details /audiomack/artist/{artistSlug} |
Fetches artist/uploader's profile data |
| GET |
Artist discography /audiomack/artist/{artistId}/discography |
This endpoint is responsible for fetching albums/ songs in an artist's discography |
| GET |
Reups by artist /audiomack/artist/{artistSlug}/reups |
Fetch songs/albums reupped by the provided artist's slug |
| GET |
Playlists owned by artist /audiomack/artist/{artistSlug}/playlists |
Playlists owned by the artist can be fetched using this endpoing, you just have to provide the artist's slug and page index |
| Charts | ||
| GET |
Albums chart /audiomack/charts/albums |
Album chart by genre,. **Country:** by passing an alpha 2 country code to the query parameter country, you get charts based on the specific country. **genre:** pass preferred… |
| GET |
Songs chart /audiomack/charts/albums |
Album chart by genre,. **Country:** by passing an alpha 2 country code to the query parameter country, you get charts based on the specific country. **genre:** pass preferred… |
| Playlists | ||
| GET |
Get Playlist data /audiomack/playlist |
Provide a valid audiomack playlist url to get all playlist related data. |
| Search | ||
| GET |
Search /audiomack/search |
Use this endpoint to search for songs,artists,albums and playlists. |
Audiomack Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA Recommended | $20 / month | — |
|