Spotify Playlists Scraper avatar

Spotify Playlists Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Playlists Scraper

Spotify Playlists Scraper

Extract playlists from search results and user profiles with names, descriptions, and owner details. Powered by Spotify Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

1

Monthly active users

4 days ago

Last modified

Share

This actor extracts Playlists from Spotify. It works on search results, user profiles, and browse pages that display lists of playlists. The scraper returns playlist metadata including owner details, cover images, and unique identifiers.


Want more from Spotify?

This actor covers Playlists only. The full Spotify Scraper browser extension also includes Tracks, Lyric Lines, Playlists, Artists, Releases, Albums, Profiles with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Spotify Scraper extension


Data Fields

Field NameDescriptionExample
Playlist NameThe title of the playlist"Chill Lo-fi Beats"
Playlist DescriptionThe text description of the playlist"Relaxing music for study and work."
Playlist URISpotify internal resource identifier"spotify:playlist:37i9dQZF1DX8Ueb9MZIpkL"
Playlist FormatThe layout format of the playlist"LIST"
Owner NameDisplay name of the playlist creator"Spotify"
Owner UsernameUsername of the playlist creator"spotify"
Owner URISpotify URI for the owner profile"spotify:user:spotify"
All Owner AvatarsList of profile image URLs for the owner"https://i.scdn.co/image/ab6775700000ee85..."
Playlist Cover URLURL to the playlist cover image"https://i.scdn.co/image/ab67706f00000002..."
Playlist Cover ColorDominant color code of the cover art"#ffffff"
AttributesAdditional playlist metadata"[]"
Playlist TypeThe type of Spotify entity"playlist"
Playlist URLPublic web link to the playlist"https://open.spotify.com/playlist/37i9dQZF1DX8Ueb9MZIpkL"

Input

  • urls: Array of Spotify URLs. Use search result pages or user profile pages showing playlists.
  • maxItems: Maximum number of playlists to extract per URL. Default is 100.

Example Input

{
"urls": ["https://open.spotify.com/search/lofi/playlists"],
"maxItems": 50
}

Example Output

[
{
"playlistName": "Lofi Girl - beats to relax/study to",
"playlistDescription": "The official Lofi Girl playlist.",
"playlistUri": "spotify:playlist:0vvXsWCC9xrXsKd4FyS8kM",
"playlistFormat": "LIST",
"ownerName": "Lofi Girl",
"ownerUsername": "lofigirl",
"ownerUri": "spotify:user:lofigirl",
"allOwnerAvatars": "https://i.scdn.co/image/ab6775700000ee85...",
"playlistCoverUrl": "https://i.scdn.co/image/ab67706f00000002...",
"playlistCoverColor": "#000000",
"attributes": "[]",
"playlistType": "playlist",
"playlistUrl": "https://open.spotify.com/playlist/0vvXsWCC9xrXsKd4FyS8kM"
},
{
"playlistName": "Coffee Shop Vibes",
"playlistDescription": "A cozy atmosphere for your morning.",
"playlistUri": "spotify:playlist:37i9dQZF1DX4sWSp4KmOR3",
"playlistFormat": "LIST",
"ownerName": "Spotify",
"ownerUsername": "spotify",
"ownerUri": "spotify:user:spotify",
"allOwnerAvatars": "https://i.scdn.co/image/ab6775700000ee85...",
"playlistCoverUrl": "https://i.scdn.co/image/ab67706f00000002...",
"playlistCoverColor": "#888888",
"attributes": "[]",
"playlistType": "playlist",
"playlistUrl": "https://open.spotify.com/playlist/37i9dQZF1DX4sWSp4KmOR3"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.