Spotify Playlist Metadata Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
9
Total users
2
Monthly active users
6 days ago
Last modified
Categories
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 Name | Description | Example |
|---|---|---|
| Playlist Name | The title of the playlist | "Lo-Fi Beats" |
| Playlist Description | The text description of the playlist | "Chill study music." |
| Playlist URI | Internal Spotify identifier | "spotify:playlist:37i9dQZF1DWWQRwui0Ex2X" |
| Playlist Format | The content format type | "LIST" |
| Followers Count | Number of users following the playlist | 542000 |
| Following Status | If the current user follows the playlist | false |
| Owner Name | Display name of the creator | "Spotify" |
| Owner Username | Username of the creator | "spotify" |
| Owner URI | Internal identifier for the owner | "spotify:user:spotify" |
| All Owner Avatars | List of owner profile image URLs | ["https://i.scdn.co/image/ab6775700000ee85"] |
| Playlist Cover URL | URL to the playlist artwork | "https://i.scdn.co/image/ab67706f00000002" |
| Playlist Cover Color | Dominant color of the cover art | "#ffffff" |
| Total Track Count | Number of songs in the playlist | 150 |
| Base Permission | Access level for the playlist | "VIEWER" |
| Current User Capabilities | Actions the user can perform | ["can_view", "can_share"] |
| Revision ID | Version identifier for the playlist | "abc123xyz" |
| Share ID | Identifier used for sharing | "share_456" |
| Share URL | Public link to the playlist | "https://open.spotify.com/playlist/37i9dQZF1DWWQRwui0Ex2X" |
| Members Count | Number of collaborative members | 1 |
| Attributes | Metadata flags | {} |
| Watch Feed Entry URI | URI for video feed content | "spotify:watchfeed:123" |
| Watch Feed Thumbnail | Thumbnail for video feed | "https://i.scdn.co/image/feed1" |
| Playlist URL | Direct 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.