Spotify Playlist Scraper avatar

Spotify Playlist Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Playlist Scraper

Spotify Playlist Scraper

Extract playlist names, descriptions, owner details, and cover images from Spotify search results and user profiles. Powered by Spotify Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Introduction

This actor extracts Playlists in a List from Spotify. It collects metadata from playlists appearing in search results or on user profile pages. The data includes playlist names, descriptions, owner information, and image URLs.

Data Fields

Field NameDescriptionExample
Playlist NameThe title of the playlistChill Vibes
Playlist DescriptionThe text description of the playlistRelaxing music for work
Playlist URIInternal Spotify identifierspotify:playlist:37i9dQZF1DX4sW3S2u397G
Playlist FormatFormat type of the playlistplaylist
Owner NameDisplay name of the creatorSpotify
Owner UsernameUsername of the creatorspotify
Owner URIInternal identifier for the ownerspotify:user:spotify
All Owner AvatarsList of owner profile image URLs["https://i.scdn.co/image/ab6775700000ee85678"]
Playlist Cover URLURL of the playlist cover imagehttps://i.scdn.co/image/ab67706f00000002
Playlist Cover ColorDominant color of the cover#ffffff
AttributesSpecific playlist flags[]
Playlist TypeType of objectplaylist
Playlist URLPublic web linkhttps://open.spotify.com/playlist/37i9dQZF1DX4sW3S2u397G

Input

  • urls: Array of Spotify search or profile URLs.
  • 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 Beats",
"playlistDescription": "Beats to relax/study to.",
"playlistUri": "spotify:playlist:37i9dQZF1DWWQRwui0Ex7X",
"playlistFormat": "playlist",
"ownerName": "Spotify",
"ownerUsername": "spotify",
"ownerUri": "spotify:user:spotify",
"allOwnerAvatars": ["https://i.scdn.co/image/ab6775700000ee856ad"],
"playlistCoverUrl": "https://i.scdn.co/image/ab67706f00000002e4351",
"playlistCoverColor": "#000000",
"attributes": [],
"playlistType": "playlist",
"playlistUrl": "https://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Ex7X"
},
{
"playlistName": "Morning Coffee",
"playlistDescription": "Start your day right.",
"playlistUri": "spotify:playlist:37i9dQZF1DX4sW3S2u397G",
"playlistFormat": "playlist",
"ownerName": "Spotify",
"ownerUsername": "spotify",
"ownerUri": "spotify:user:spotify",
"allOwnerAvatars": ["https://i.scdn.co/image/ab6775700000ee856ad"],
"playlistCoverUrl": "https://i.scdn.co/image/ab67706f00000002b60db",
"playlistCoverColor": "#f0f0f0",
"attributes": [],
"playlistType": "playlist",
"playlistUrl": "https://open.spotify.com/playlist/37i9dQZF1DX4sW3S2u397G"
}
]

Want more from Spotify?

This actor only covers Playlists in a List. The full Spotify Scraper browser extension also includes Tracks in a List, Track Details, Track Lyrics, Playlist Details, Library Playlists, Artists in a List, Artist Details, Artist Discography, Albums in a List, Album Details, Album Tracks, Profiles in a List, Profile Details 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

Disclaimer

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