Spotify Playlist Metadata Scraper avatar

Spotify Playlist Metadata Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Playlist Metadata Scraper

Spotify Playlist Metadata Scraper

Extract playlist metadata including follower counts, owner details, 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

9

Total users

2

Monthly active users

6 days ago

Last modified

Share

This actor extracts Playlists from Spotify. It works on individual playlist pages to collect metadata, ownership information, and engagement metrics. The scraper returns structured data for every playlist URL provided.


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"Lo-Fi Beats"
Playlist DescriptionThe text description of the playlist"Chill study music."
Playlist URIInternal Spotify identifier"spotify:playlist:37i9dQZF1DWWQRwui0Ex2X"
Playlist FormatThe content format type"LIST"
Followers CountNumber of users following the playlist542000
Following StatusIf the current user follows the playlistfalse
Owner NameDisplay name of the creator"Spotify"
Owner UsernameUsername of the creator"spotify"
Owner URIInternal identifier for the owner"spotify:user:spotify"
All Owner AvatarsList of owner profile image URLs["https://i.scdn.co/image/ab6775700000ee85"]
Playlist Cover URLURL to the playlist artwork"https://i.scdn.co/image/ab67706f00000002"
Playlist Cover ColorDominant color of the cover art"#ffffff"
Total Track CountNumber of songs in the playlist150
Base PermissionAccess level for the playlist"VIEWER"
Current User CapabilitiesActions the user can perform["can_view", "can_share"]
Revision IDVersion identifier for the playlist"abc123xyz"
Share IDIdentifier used for sharing"share_456"
Share URLPublic link to the playlist"https://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Ex2X"
Members CountNumber of collaborative members1
AttributesMetadata flags{}
Watch Feed Entry URIURI for video feed content"spotify:watchfeed:123"
Watch Feed ThumbnailThumbnail for video feed"https://i.scdn.co/image/feed1"
Playlist URLDirect web URL"https://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Ex2X"

Input

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

Example Input

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

Example Output

[
{
"playlistName": "Today's Top Hits",
"playlistDescription": "Jung Kook is on top of the Hottest 50!",
"playlistUri": "spotify:playlist:37i9dQZF1DXcBWIGoYBM3M",
"playlistFormat": "LIST",
"followersCount": 34500000,
"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": "VIEWER",
"currentUserCapabilities": ["can_view", "can_share"],
"revisionId": "rev_789",
"shareId": "share_abc",
"shareUrl": "https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM3M",
"membersCount": 1,
"attributes": {},
"watchFeedEntryUri": null,
"watchFeedThumbnail": null,
"playlistUrl": "https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM3M"
},
{
"playlistName": "Chill Lofi Study Beats",
"playlistDescription": "The perfect background music for studying.",
"playlistUri": "spotify:playlist:37i9dQZF1DWWQRwui0Ex2X",
"playlistFormat": "LIST",
"followersCount": 1200000,
"followingStatus": false,
"ownerName": "Lofi Girl",
"ownerUsername": "lofigirl",
"ownerUri": "spotify:user:lofigirl",
"allOwnerAvatars": ["https://i.scdn.co/image/ab6775700000ee86"],
"playlistCoverUrl": "https://i.scdn.co/image/ab67706f00000003",
"playlistCoverColor": "#000000",
"totalTrackCount": 200,
"basePermission": "VIEWER",
"currentUserCapabilities": ["can_view"],
"revisionId": "rev_456",
"shareId": "share_def",
"shareUrl": "https://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Ex2X",
"membersCount": 1,
"attributes": {},
"watchFeedEntryUri": null,
"watchFeedThumbnail": null,
"playlistUrl": "https://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Ex2X"
}
]

Disclaimer

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