Shazam Scraper V2
🎵 Shazam Scraper API – Real-Time Music Charts, Songs, Artists & Events Data Shazam Scraper API is a powerful REST API that allows developers to access public music data from Shazam, including global charts, viral tracks, radio spins rankings, song details, artist information, search functionality, and location-based music events. This API is ideal for music apps, analytics platforms, streaming…
Shazam Scraper V2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
song_api_song_get /api/song |
Retrieve detailed information about a specific song. Requires the song ID as parameters. |
| GET |
ping_services_ping_get /ping |
|
| GET |
top_200_api_charts_top200_get /api/charts/top200 |
Retrieve the top 200 tracks from the global charts. Returns a list of tracks ranked by popularity worldwide. |
| GET |
radiospins_api_charts_radiospins_get /api/charts/radiospins |
Retrieve the radio spins tracks from the global charts. Returns a list of tracks ranked by radio spins worldwide. |
| GET |
viral_api_charts_viral_get /api/charts/viral |
Retrieve the viral tracks from the global charts. Returns a list of tracks ranked by viral popularity worldwide. |
| GET |
search_artist_api_search_search_artists_get /api/search/search/artists |
Search for artists based on the provided query. Returns a list of artists matching the criteria. |
| GET |
search_song_api_search_search_songs_get /api/search/search/songs |
Search for songs based on the provided query. Returns a list of songs matching the criteria. |
| GET |
article_api_artist_get /api/artist |
Retrieve detailed information about a specific artist. Requires the artist ID as parameters. |
| GET |
_events_api_events_get /api/events |
Retrieve a list of events based on geographical coordinates. Returns paginated event data for the specified location. |