Shazam Songs Discovery

Shazam Songs Discovery

Shazam Songs Discover is an advanced songs search that finds songs based on your query, providing detailed information about the song, artist, album, lyrics, similar tracks, and more. Perfect for music discovery with structured, comprehensive data.

AUTOMATIONFOR_CREATORSSOCIAL_MEDIAApify

Shazam Songs Discover

🌊 Introduction

Shazam Songs Discover is a powerful actor designed to help you search for songs effortlessly using an advanced search engine. It returns well-structured data, including detailed information about the song, its artist, a song preview, related albums, similar tracks, and more. This tool is perfect for developers, music enthusiasts, and data analysts who need rich metadata for music discovery and analysis.

🚀 Key Features

  • Advanced Song Search: Quickly find songs using keywords (e.g., song name, artist).
  • Comprehensive Metadata: Get details like song name, genres, release date, duration, and more.
  • Lyrics Availability: Check if lyrics are available and retrieve them.
  • Artist Information: Access detailed artist profiles with links and images.
  • Album Details: Retrieve album-related data with direct links.
  • Similar Songs: Discover songs related to your search.
  • Credits Information: View detailed credits for performing artists, songwriters, producers, and engineers.
  • Audio Preview: Listen to a preview of the song directly.

ℹ️ Additional Notes

  • The maximum number of items returned is capped at 20.
  • Ensure your search keywords are accurate for the best results.
  • Data such as lyrics and similar songs may vary depending on availability.

💡 Pro Tip

Use specific search queries (e.g., "Bones Imagine Dragons") for more accurate results and richer data! Use low limit value to enhance performance (3 is recommended)

📂 Input Schema

1{
2    "song_search": "bones, imagine dragons",
3    "limit": 3
4}

Input Parameters:

  • song_search (string): Keywords to search for the desired song (e.g., song title, artist name).
  • limit (integer): Maximum number of results to return. The default is 3 and maximum is 20 items.

📃 Output Schema

1{
2    "id": "1612321591",
3    "link": "https://www.shazam.com/song/1612321591",
4    "name": "Bones",
5    "genres": ["Alternative", "Music"],
6    "shazams": "7,485,173",
7    "duration_in_ms": 165265,
8    "image": "https://is1-ssl.mzstatic.com/image/thumb/Music116/v4/33/87/c8/3387c827-adaa-681d-bd10-ce7d8e888b9c/22UMGIM21054.rgb.jpg/3000x3000bb.jpg",
9    "has_lyrcis": true,
10    "lyrics": "Gimme, gimme, gimme some time to think...",
11    "album_name": "Bones - Single",
12    "track_number": 1,
13    "release_date": "2021-03-11",
14    "preview": {
15        "url": "https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview122/..."
16    },
17    "audio_trails": ["atmos", "lossless", "lossy-stereo", "spatial"],
18    "audioLocale": "en-US",
19    "artist_info": {
20        "id": "358714030",
21        "name": "Imagine Dragons",
22        "link": "https://www.shazam.com/artist/imagine-dragons/358714030",
23        "image": "https://is1-ssl.mzstatic.com/image/thumb/..."
24    },
25    "albums": [
26        {
27            "id": "1612321587",
28            "name": "Bones - Single",
29            "artist": "Imagine Dragons",
30            "image": "https://is1-ssl.mzstatic.com/image/thumb/Music116/v4/33/87/c8/3387c827-adaa-681d-bd10-ce7d8e888b9c/22UMGIM21054.rgb.jpg/400x400bb.webp",
31            "link": "https://www.shazam.com/album/1612321587/bones-single"
32        },
33        {
34            "id": "pl.2980463a4b2a440bad48155ef708c4a4",
35            "name": "Halloween Party",
36            "artist": "Apple Music",
37            "image": "https://is1-ssl.mzstatic.com/image/thumb/Features115/v4/b2/d9/f9/b2d9f949-8c8d-8362-e7e9-ed7910d3976b/U0MtTVMtV1ctSGFsbG93ZWVuX1BhcnR5LUFEQU1fSUQ9MTI4NzU4MTE4MS5wbmc.png/400x400SC.CADC01.webp",
38            "link": "https://www.shazam.com/playlist/pl.2980463a4b2a440bad48155ef708c4a4/halloween-party"
39        },
40        {
41            "id": "pl.8961ea5622064d4dadd6fa3cadf1c89d",
42            "name": "Imagine Dragons Essentials",
43            "artist": "Apple Music Alternative",
44            "image": "https://is1-ssl.mzstatic.com/image/thumb/AMCArtistImages221/v4/f2/7b/29/f27b29c0-49e6-4b40-e079-9a2163030444/0cd8f23b-d974-42e4-8fe7-1aaa533baf13_ami-identity-0dee3e31f20984eeb377fa8009444095-2024-04-03T19-26-12.960Z_cropped.png/400x400SC.FPESS04.webp",
45            "link": "https://www.shazam.com/playlist/pl.8961ea5622064d4dadd6fa3cadf1c89d/imagine-dragons-essentials"
46        }
47    ],
48    "similar_songs": [
49        {
50            "id": "1320781379",
51            "name": "Beggin'",
52            "artist": "Måneskin",
53            "image": "/mkimage/image/thumb/Music115/v4/67/08/e0/6708e014-c1be-76b1-c520-a6567bf946a2/886446867755.jpg/375x375cc.webp",
54            "link": "https://www.shazam.com/song/1320781379/beggin"
55        },
56        {
57            "id": "1591640885",
58            "name": "Enemy (From Arcane: League of Legends)",
59            "artist": "Imagine Dragons & JID",
60            "image": "/mkimage/image/thumb/Music126/v4/76/77/08/767708a7-ec93-3b3d-3bac-40086e5a265c/21UM1IM29634.rgb.jpg/375x375cc.webp",
61            "link": "https://www.shazam.com/song/1591640885/enemy-from-arcane-league-of-legends"
62        },
63        {
64            "id": "1411628233",
65            "name": "Believer",
66            "artist": "Imagine Dragons",
67            "image": "/mkimage/image/thumb/Music126/v4/11/7a/b8/117ab805-6811-8929-18b9-0fad7baf0c25/17UMGIM98210.rgb.jpg/375x375cc.webp",
68            "link": "https://www.shazam.com/song/1411628233/believer"
69        }
70    ],
71    "performing_artists_credits": [
72        {
73            "name": "Ben McKee",
74            "image": "https://shazam.com/mkimage/image/thumb/gen/300x300AM.SCM01.jpg?name=Qk0%3D&signature=a7d9b859abbd2fd22698ef36145b52fef65ac9652d759fdab69038ef0abcb7ce&vkey=1",
75            "role": "Bass"
76        },
77        {
78            "name": "Dan Reynolds",
79            "image": "https://shazam.com/mkimage/image/thumb/Features118/v4/57/79/b7/5779b77f-d350-e900-8e6d-0108a521eaa4/mzl.shgicrxp.jpg/300x300bb.jpg",
80            "role": "Vocals"
81        },
82        {
83            "name": "Daniel Platzman",
84            "image": "https://shazam.com/mkimage/image/thumb/gen/300x300AM.SCM01.jpg?name=RFA%3D&signature=d1b1750440c02270e274c821c2348b796fa24d53491e0a512cc1166712e950db&vkey=1",
85            "role": "Drums"
86        }
87    ],
88    "composition_and_lyrics_credits": [
89        {
90            "name": "Dan Reynolds",
91            "image": "https://shazam.com/mkimage/image/thumb/Features118/v4/57/79/b7/5779b77f-d350-e900-8e6d-0108a521eaa4/mzl.shgicrxp.jpg/300x300bb.jpg",
92            "role": "Songwriter"
93        },
94        {
95            "name": "Wayne Sermon",
96            "image": "https://shazam.com/mkimage/image/thumb/gen/300x300AM.SCM01.jpg?name=V1M%3D&signature=8651e19d5a6b945f0897d2d1d66b253acace2a3c309b2b5b6ab9b40ca4faeeaa&vkey=1",
97            "role": "Songwriter"
98        }
99    ],
100    "production_and_engineering_credits": [
101        {
102            "name": "Mattman & Robin",
103            "image": "https://shazam.com/mkimage/image/thumb/...",
104            "role": "Producer"
105        }
106    ]
107}

Output Fields:

  • id (string): Unique identifier for the song.
  • link (string): Direct link to the song on Shazam.
  • name (string): Song title.
  • genres (array): List of genres associated with the song.
  • shazams (string): Number of times the song has been Shazamed.
  • duration_in_ms (integer): Duration of the song in milliseconds.
  • image (string): Cover image URL of the song.
  • has_lyrcis (boolean): Indicates if lyrics are available.
  • lyrics (string): Full lyrics of the song (if available).
  • album_name (string): Name of the album the song belongs to.
  • track_number (integer): Track number on the album.
  • release_date (string): Song's release date.
  • preview (object): URL for an audio preview of the song.
  • audio_trails (array): Audio quality types available.
  • audioLocale (string): Locale of the audio.
  • artist_info (object): Information about the artist, including ID, name, image, and link.
  • albums (array): List of albums the song is featured in.
  • similar_songs (array): Songs similar to the one searched.
  • performing_artists_credits, composition_and_lyrics_credits, production_and_engineering_credits (arrays): Detailed credits with roles and images.

If you're interested in similar actors, check out:

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!