Spotify Playlists Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
1
Bookmarked
6
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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 Name | Description | Example |
|---|---|---|
| Playlist Name | The title of the playlist | "Chill Lo-fi Beats" |
| Playlist Description | The text description of the playlist | "Relaxing music for study and work." |
| Playlist URI | Spotify internal resource identifier | "spotify:playlist:37i9dQZF1DX8Ueb9MZIpkL" |
| Playlist Format | The layout format of the playlist | "LIST" |
| Owner Name | Display name of the playlist creator | "Spotify" |
| Owner Username | Username of the playlist creator | "spotify" |
| Owner URI | Spotify URI for the owner profile | "spotify:user:spotify" |
| All Owner Avatars | List of profile image URLs for the owner | "https://i.scdn.co/image/ab6775700000ee85..." |
| Playlist Cover URL | URL to the playlist cover image | "https://i.scdn.co/image/ab67706f00000002..." |
| Playlist Cover Color | Dominant color code of the cover art | "#ffffff" |
| Attributes | Additional playlist metadata | "[]" |
| Playlist Type | The type of Spotify entity | "playlist" |
| Playlist URL | Public 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.