Shazam Songs Discovery

Shazam Songs Discovery

by alien_force

Automate music discovery like Shazam. This actor finds songs by query and returns detailed data on the track, artist, lyrics, and similar songs in structured JSON.

324 runs
13 users
Try This Actor

Opens on Apify.com

About Shazam Songs Discovery

Ever heard a song you can't get out of your head but can't remember the name? Or maybe you're building a playlist and need to find tracks that sound just like your favorite one. That's where this actor comes in. Think of it as a programmable version of Shazam's search, built for automation. You feed it a query—like an artist name, a lyric snippet, or a genre—and it goes to work. It doesn't just find a match; it pulls back a rich set of data you can actually use. You'll get the obvious stuff like the song title, artist, and album, but also the full lyrics, links to listen, and a list of similar tracks that are gold for music discovery. I've used it to automate research for music blogs and to populate databases for apps, saving hours of manual searching. The output is clean, structured JSON, ready to plug into your next project. Whether you're a developer building a music service, a marketer analyzing trends, or just a data nerd with a passion for tunes, this actor turns the chaotic world of music discovery into a simple, automated task.

What does this actor do?

Shazam Songs Discovery is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Shazam Songs Discovery Actor

Overview

This actor searches the Shazam catalog for songs using keywords. It returns structured JSON data containing comprehensive metadata for each matching track, including artist details, album info, lyrics, audio previews, and related songs.

Key Features

  • Song Search: Find tracks by song title, artist name, or other keywords.
  • Rich Metadata: Returns song name, artist, genres, release date, duration, play count (Shazams), and cover art.
  • Extended Content: Provides lyrics (when available), a short audio preview URL, and detailed artist profiles.
  • Related Data: Includes lists of associated albums/playlists and similar songs.
  • Credits: Supplies performer, songwriter, producer, and engineer credits.

How to Use

Configure the actor with a search query and a result limit. The actor will fetch and structure the data from Shazam.

Input

Run the actor with a JSON input like the following:

{
  "song_search": "bones, imagine dragons",
  "limit": 3
}

Input Parameters:
* song_search (string): Keywords for the song or artist (e.g., "Bones Imagine Dragons").
* limit (integer): The maximum number of results to return. Default is 3, maximum is 20. Use a lower limit for better performance.

Output

The actor outputs an array of song objects. Each object contains the following structure (some fields may be null if data is unavailable):

{
  "id": "1612321591",
  "link": "https://www.shazam.com/song/1612321591",
  "name": "Bones",
  "genres": ["Alternative", "Music"],
  "shazams": "7,485,173",
  "duration_in_ms": 165265,
  "image": "https://is1-ssl.mzstatic.com/image/thumb/...",
  "has_lyrics": true,
  "lyrics": "Gimme, gimme, gimme some time to think...",
  "album_name": "Bones - Single",
  "track_number": 1,
  "release_date": "2021-03-11",
  "preview": {
    "url": "https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview122/..."
  },
  "artist_info": {
    "id": "358714030",
    "name": "Imagine Dragons",
    "link": "https://www.shazam.com/artist/imagine-dragons/358714030",
    "image": "https://is1-ssl.mzstatic.com/image/thumb/..."
  },
  "albums": [
    {
      "id": "1612321587",
      "name": "Bones - Single",
      "artist": "Imagine Dragons",
      "image": "https://is1-ssl.mzstatic.com/image/thumb/...",
      "link": "https://www.shazam.com/album/1612321587/bones-single"
    }
  ],
  "similar_songs": [
    {
      "id": "1320781379",
      "name": "Beggin'",
      "artist": "Måneskin",
      "image": "https://is1-ssl.mzstatic.com/image/thumb/...",
      "link": "https://www.shazam.com/song/1320781379"
    }
  ]
}

Notes:
* For the most accurate results, use specific search queries.
* The availability of lyrics, similar songs, and other fields depends on Shazam's data.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Shazam Songs Discovery now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
alien_force
Pricing
Paid
Total Runs
324
Active Users
13
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support