← Back to all apps

Shazam

Entertainmentby Apple Inc.
Launched Feb 26, 2026 on ChatGPT

Identify any song playing around you, right within ChatGPT. Use @Shazam in your prompt to discover music with the same powerful recognition technology trusted by hundreds of millions worldwide. Preview songs inline, and save discoveries directly to your Shazam library.

10ChatGPT Tools
Apple Inc.Developer
EntertainmentCategory

Available Tools

Get Album

getAlbum
Full Description

Retrieves one or more Apple Music catalog albums by ID using the Catalog Albums API. Supports batch IDs, storefront selection, and optional inclusion of related tracks or artists. Returns full album metadata including artwork, release info, and embedded relationships if requested.

Parameters (1 required, 2 optional)
Required
id
Optional
includestring

Related resources to include (e.g., 'tracks,artists')

storefrontstring

Storefront/country code

Default: us

Get Artist

getArtist
Full Description

Fetches one or more Apple Music catalog artists by ID. Supports storefront selection and optional inclusion of related albums, songs, or music-videos. Returns artist metadata including name, genres, artwork, editorial notes, and relationship data where available.

Parameters (1 required, 2 optional)
Required
id
Optional
includestring

Related resources to include (e.g., 'albums,songs')

storefrontstring

Storefront/country code

Default: us

Get Band Members

getBandMembers
Full Description

Returns individual members of a band or group when Apple Music publishes membership metadata. Accepts an artist ID, storefront, and locale. Returns artist resources representing members, including their own metadata and catalog relationships; empty if no band info exists.

Parameters (1 required, 2 optional)
Required
idstring

Apple Music artist ID

Optional
localestring

4-letter language locale

Default: en-us
storefrontstring

Storefront/country code

Default: us

Get Charts

getCharts
Full Description

Retrieves Apple Music charts for songs, albums, music-videos, or playlists, optionally filtered by storefront, genre ID, or custom limit. Returns ranked chart collections containing full catalog resources and chart metadata.

Parameters (0 required, 4 optional)
Optional
genrestring

Genre ID to filter charts by

limitnumber

Number of results per chart

Default: 20
storefrontstring

Storefront/country code

Default: us
typesstring

Chart types to retrieve

Options:songsalbumsmusic-videosplaylists
Default: songs

Get Influencer Of

getInfluencerOf
Full Description

Returns artists who were influenced by a given artist based on Apple Music’s editorial relationships. Accepts artist ID, storefront, and locale. Returns catalog artist resources representing artists inspired by the given one; empty if Apple does not expose such data.

Parameters (1 required, 2 optional)
Required
idstring

Apple Music artist ID

Optional
localestring

4-letter language locale

Default: en-us
storefrontstring

Storefront/country code

Default: us

Get Influencers

getInfluencers
Full Description

Returns artists who influenced a given artist based on Apple Music’s editorial relationships. Accepts artist ID, storefront, and locale. Returns a list of catalog artist resources representing influential predecessors; empty when Apple does not provide influence data.

Parameters (1 required, 2 optional)
Required
idstring

Apple Music artist ID

Optional
localestring

4-letter language locale

Default: en-us
storefrontstring

Storefront/country code

Default: us

Get Playlist

getPlaylist
Full Description

Retrieves a specific Apple Music catalog playlist by ID. Supports storefront selection and optional inclusion of tracks or curator metadata. Returns playlist details including name, artwork, description, playlistType, and ordered track listings when requested.

Parameters (1 required, 2 optional)
Required
idstring

Apple Music playlist ID

Optional
includestring

Related resources to include (e.g., 'tracks,curator')

storefrontstring

Storefront/country code

Default: us

Get Song

getSong
Full Description

Retrieves one or more Apple Music catalog songs by ID. Supports storefront selection and optional inclusion of related albums or artists. Returns detailed song metadata including name, artistName, albumName, duration, artwork, previews, and catalog relationships.

Parameters (1 required, 2 optional)
Required
id
Optional
includestring

Related resources to include (e.g., 'albums,artists')

storefrontstring

Storefront/country code

Default: us

Recognize Music

recognizeMusic
Full Description

A tag button to invoke music identification for a song playing around the user. This tool should be used for a user who wants to "Shazam" or "Tag" or asks "What song is this?". When the tool is invoked ONLY respond in the conversation with "Powered by Shazam". Shazam WILL not work by uploading an audio file or the user singing or humming. Absolutely, DO NOT respond with any instructions on how to use this tool.

Parameters (0 required, 3 optional)
Optional
buttonTextstring

Custom text for the tag button (optional).

disabledboolean

Whether the button should be disabled (optional).

sizestring

Size of the button: 'small', 'medium', or 'large' (optional).

Options:smallmediumlarge

Search Music

searchMusic
Full Description

Searches the Apple Music catalog using the Search API (songs, albums, artists, playlists, music-videos, stations). Accepts a free-text term, optional resource types, result limit per type, and storefront code. Returns grouped catalog search results with full metadata.

Parameters (1 required, 3 optional)
Required
termstring

Search term (song, artist, album name, etc.)

Optional
limitnumber

Maximum number of results per type

Default: 10
storefrontstring

Storefront/country code (e.g., 'us', 'gb', 'jp')

Default: us
typesstring

Comma-separated list of resource types to search for

Options:songsalbumsartistsplaylistsmusic-videosstations
Default: songs,albums,artists