Last.fm · Arazzo Workflow
Last.fm Artist Discovery
Version 1.0.0
Search for an artist by name, resolve full metadata, then surface their top tracks and similar artists.
View Spec
View on GitHub
MusicAudioScrobblingRecommendationsChartsPublic APIsAudioScrobblerArazzoWorkflows
Provider
Workflows
artist-discovery
Turn an artist name into a rich profile of info, top tracks, and similar artists.
Resolves an artist name to a canonical match, retrieves the artist info envelope, then chains into the artist's top tracks and similar artists.
1
searchArtist
artistSearch
Search the Last.fm catalog for artists matching the supplied name, returning matches sorted by relevance.
2
getArtistInfo
artistGetInfo
Retrieve the full artist profile for the best matching artist, including stats, bio, and tags.
3
getTopTracks
artistGetTopTracks
Pull the artist's most popular tracks, ordered by listener play counts.
4
getSimilarArtists
artistGetSimilar
Find artists most similar to the resolved artist, based on listening data.