
Spotify Playlists Scraper
Pricing
$19.99/month + usage

Spotify Playlists Scraper
Scrape Spotify playlists by keywords. Extract comprehensive playlist data including name, description, images, owner details, and track information. Perfect for music industry analysis, playlist curation, and market research.
0.0 (0)
Pricing
$19.99/month + usage
0
Monthly users
5
Runs succeeded
>99%
Last modified
6 months ago
Spotify Playlists Scraper 🎵
Extract detailed information about Spotify playlists based on your search keywords. This actor helps you collect comprehensive data about music playlists efficiently and reliably.
🎯 Use Cases
- Music industry research and analysis
- Playlist discovery and curation
- Marketing campaign planning
- Competitive analysis
- Music trend research
- Genre-specific playlist mapping
- Audience insight gathering
✨ Features
- Search multiple keywords
- Get detailed playlist information
- Extract high-quality playlist cover images
- Collect playlist owner details
- Gather playlist metadata
🔢 Output
The actor provides detailed information for each playlist, including:
- Playlist name and description
- Format type
- Cover images with color information
- Owner details
- Spotify URI and direct URL
- Various attributes (status, request ID, etc.)
- Original search keyword
💎 Input Parameters
keywords
(Array): List of keywords to search for playlistsmaxItems
(Number): Maximum number of playlists to scrape per keyword
Input Example
A full explanation of an input example in JSON.
1{ 2 "keywords": ["punk"], 3 "maxItems": 50 4}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "__typename": "Playlist", 4 "attributes": [ 5 { 6 "key": "request_id", 7 "value": "ssp~06259bddec3550a5aedaa1664c3de4b0e44d" 8 }, 9 { 10 "key": "uri", 11 "value": "spotify:user:spotify:playlist:37i9dQZF1DXdRLa2gxBNsq" 12 }, 13 { 14 "key": "status", 15 "value": "PUBLISHED" 16 }, 17 { 18 "key": "isAlgotorial", 19 "value": "true" 20 }, 21 { 22 "key": "primary_color", 23 "value": "#ffffff" 24 }, 25 { 26 "key": "autoplay", 27 "value": "spotify:playlist:37i9dQZF1DX1o1CavDfr20" 28 }, 29 { 30 "key": "correlation-id", 31 "value": "ssp~06259bddec3550a5aedaa1664c3de4b0e44d" 32 } 33 ], 34 "description": "No, el punk español NO ESTÁ MUERTO. Foto: La Polla Records.", 35 "format": "editorial", 36 "images": { 37 "items": [ 38 { 39 "extractedColors": { 40 "colorDark": { 41 "hex": "#E01028", 42 "isFallback": false 43 } 44 }, 45 "sources": [ 46 { 47 "height": null, 48 "url": "https://i.scdn.co/image/ab67706f0000000239aaa0e33a6cddeaff1d030a", 49 "width": null 50 } 51 ] 52 } 53 ] 54 }, 55 "name": "Punk Español", 56 "ownerV2": { 57 "__typename": "UserResponseWrapper", 58 "data": { 59 "__typename": "User", 60 "avatar": { 61 "sources": [ 62 { 63 "height": 64, 64 "url": "https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5", 65 "width": 64 66 }, 67 { 68 "height": 300, 69 "url": "https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5", 70 "width": 300 71 } 72 ] 73 }, 74 "name": "Spotify", 75 "uri": "spotify:user:spotify", 76 "username": "spotify" 77 } 78 }, 79 "uri": "spotify:playlist:37i9dQZF1DXdRLa2gxBNsq", 80 "playlistUrl": "https://open.spotify.com/playlist/37i9dQZF1DXdRLa2gxBNsq", 81 "keyword": "punk" 82 }, 83 { 84 "__typename": "Playlist", 85 "attributes": [ 86 { 87 "key": "request_id", 88 "value": "ssp~06259a10c2ceb7eeefe8c1fe29e58f8962d8" 89 }, 90 { 91 "key": "cloud_artists_uris", 92 "value": "spotify:artist:5LfGQac0EIXyAN8aUwmNAQ,spotify:artist:7oPftvlwr6VrsViSDV7fJY,spotify:artist:74XFHRwlV6OrjEM0A2NCMF" 93 }, 94 { 95 "key": "correlation-id", 96 "value": "ssp~06259a10c2ceb7eeefe8c1fe29e58f8962d8" 97 } 98 ], 99 "description": "<a href=spotify:playlist:37i9dQZF1EIXPrpSYA3SWg>The Offspring</a>, <a href=spotify:playlist:37i9dQZF1EIUS4AX2TRHgq>Green Day</a>, <a href=spotify:playlist:37i9dQZF1EIZexEUzyOPQ4>Paramore</a> and more", 100 "format": "topic-mix", 101 "images": { 102 "items": [ 103 { 104 "extractedColors": { 105 "colorDark": { 106 "hex": "#518077", 107 "isFallback": false 108 } 109 }, 110 "sources": [ 111 { 112 "height": null, 113 "url": "https://seed-mix-image.spotifycdn.com/v6/img/punk/5LfGQac0EIXyAN8aUwmNAQ/en/default", 114 "width": null 115 } 116 ] 117 } 118 ] 119 }, 120 "name": "Punk Mix", 121 "ownerV2": { 122 "__typename": "UserResponseWrapper", 123 "data": { 124 "__typename": "User", 125 "avatar": { 126 "sources": [ 127 { 128 "height": 64, 129 "url": "https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5", 130 "width": 64 131 }, 132 { 133 "height": 300, 134 "url": "https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5", 135 "width": 300 136 } 137 ] 138 }, 139 "name": "Spotify", 140 "uri": "spotify:user:spotify", 141 "username": "spotify" 142 } 143 }, 144 "uri": "spotify:playlist:37i9dQZF1EQqlvxWrOgFZm", 145 "playlistUrl": "https://open.spotify.com/playlist/37i9dQZF1EQqlvxWrOgFZm", 146 "keyword": "punk" 147 }, 148 ... 149]
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
2 hours
Price
$19.99