Shazam Song Recognition API avatar

Shazam Song Recognition API

Pricing

$5.00 / 1,000 song match lookups

Go to Apify Store
Shazam Song Recognition API

Shazam Song Recognition API

High-accuracy song recognition. Submit any direct audio file URL (MP3, WAV, FLAC) to identify the song title, artist, cover art, release date, lyrics, and streaming links.

Pricing

$5.00 / 1,000 song match lookups

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Shazam Song Recognition API Actor

Identify song title, artist, album art, release date, preview link, and Apple Music links from any direct audio file URL (MP3, WAV, FLAC, OGG, etc.).

Features

  • Accurate identification: Uses Shazam's landmark database fingerprint matching technology.
  • Support for multiple formats: Decodes and reads MP3, WAV, FLAC, and OGG formats.
  • Rich metadata: Returns song title, artist, cover art, background banner, preview URL, and direct streaming links.
  • Pay-Per-Event pricing: Monetized per event at a cost of $0.01.

Input Configuration

The actor accepts the following JSON input parameters:

FieldTypeRequiredDefaultDescription
audioUrlstringYes-Public URL of the audio file to perform Shazam recognition (e.g. MP3, WAV).

Example Input

{
"audioUrl": "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3"
}

Dataset Output

Each execution pushes matched song records directly to the Apify dataset:

FieldTypeDescription
successbooleanIndicates if song matching was successful.
keystringShazam internal track ID key.
titlestringSong title.
artiststringArtist/Band name.
albumArtstringHigh-resolution album cover art image link.
backgroundstringArtist background image link.
shazamUrlstringDirect link to the track on the Shazam website.
previewUrlstringDirect iTunes/Apple Music 30-second audio preview link.
appleMusicUrlstringLink to stream the track on Apple Music.