Spotify Playlist Details Scraper avatar

Spotify Playlist Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Playlist Details Scraper

Spotify Playlist Details Scraper

Extract playlist names, descriptions, follower counts, owner info, and cover images from Spotify playlist pages. 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

4 days ago

Last modified

Categories

Share

Introduction

This actor extracts Playlist Details from Spotify. It collects metadata from individual playlist pages including ownership information, follower statistics, and visual assets. The scraper provides structured data for analyzing playlist reach and curation details.

Data Fields

Field NameDescriptionExample
Playlist NameThe title of the playlistLo-Fi Beats
Playlist DescriptionThe text description of the playlistChill beats to study to
Playlist URIInternal Spotify resource identifierspotify:playlist:37i9dQZF1DWWQRwui0Y2sX
Playlist FormatThe layout type of the playlistlist
Followers CountNumber of users following the playlist5420000
Following StatusIf the current session follows the listfalse
Owner NameDisplay name of the creatorSpotify
Owner UsernameUsername of the creatorspotify
Owner URIInternal URI for the ownerspotify:user:spotify
All Owner AvatarsArray of owner profile image URLs["https://i.scdn.co/image/ab6775700000ee85"]
Playlist Cover URLPrimary image for the playlisthttps://i.scdn.co/image/ab67706f00000002
Playlist Cover ColorDominant hex color of the cover#4a4a4a
Total Track CountNumber of tracks in the playlist250
Base PermissionAccess level for the playlistVIEW
Current User CapabilitiesActions the user can perform["can_view", "can_share"]
Revision IDVersion identifier for the playlistabc123def
Share IDIdentifier used for sharing linksxyz789
Share URLPublic sharing linkhttps://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Y2sX
Members CountNumber of collaborative members1
AttributesInternal playlist flags[]
Watch Feed Entry URIURI for the video feed entrynull
Watch Feed ThumbnailThumbnail for the video feednull
Playlist URLThe web URL of the playlisthttps://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Y2sX

Input

  • urls: Array of Spotify playlist URL strings.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Y2sX"],
"maxItems": 10
}

Example Output

[
{
"playlistName": "Today's Top Hits",
"playlistDescription": "Jung Kook is on top of the Hottest 50!",
"playlistUri": "spotify:playlist:37i9dQZF1DXcBWIGoYBM3M",
"playlistFormat": "list",
"followersCount": 34000000,
"followingStatus": false,
"ownerName": "Spotify",
"ownerUsername": "spotify",
"ownerUri": "spotify:user:spotify",
"allOwnerAvatars": ["https://i.scdn.co/image/ab6775700000ee85"],
"playlistCoverUrl": "https://i.scdn.co/image/ab67706f00000002",
"playlistCoverColor": "#1db954",
"totalTrackCount": 50,
"basePermission": "VIEW",
"currentUserCapabilities": ["can_view", "can_share"],
"revisionId": "rev123",
"shareId": "share456",
"shareUrl": "https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM3M",
"membersCount": 1,
"attributes": [],
"watchFeedEntryUri": null,
"watchFeedThumbnail": null,
"playlistUrl": "https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM3M"
},
{
"playlistName": "Global Top 50",
"playlistDescription": "Your daily update of the most played tracks right now.",
"playlistUri": "spotify:playlist:37i9dQZEVXbMDoHDwVN2tF",
"playlistFormat": "list",
"followersCount": 17000000,
"followingStatus": false,
"ownerName": "Spotify",
"ownerUsername": "spotify",
"ownerUri": "spotify:user:spotify",
"allOwnerAvatars": ["https://i.scdn.co/image/ab6775700000ee85"],
"playlistCoverUrl": "https://charts-images.scdn.co/assets/chart-top-50-global_default.jpg",
"playlistCoverColor": "#000000",
"totalTrackCount": 50,
"basePermission": "VIEW",
"currentUserCapabilities": ["can_view", "can_share"],
"revisionId": "rev789",
"shareId": "share012",
"shareUrl": "https://open.spotify.com/playlist/37i9dQZEVXbMDoHDwVN2tF",
"membersCount": 1,
"attributes": [],
"watchFeedEntryUri": null,
"watchFeedThumbnail": null,
"playlistUrl": "https://open.spotify.com/playlist/37i9dQZEVXbMDoHDwVN2tF"
}
]

Want more from Spotify?

This actor only covers Playlist Details. The full Spotify Scraper browser extension also includes Tracks in a List, Track Details, Track Lyrics, Playlists in a List, 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.