# EDM Playlists for Music Promotion on Spotify

**Use case:** 

Find popular EDM dance and electronic playlists for music promotion. Get data on up to 200 playlists, including detailed metrics.

## Input

```json
{
  "mode": "search",
  "query": "edm dance electronic",
  "searchType": "playlist",
  "searchTypes": [],
  "artistId": "https://open.spotify.com/artist/3TVXtAsR1Inumwj472S9r4",
  "artistIds": [],
  "albumGroups": [
    "album",
    "single"
  ],
  "albumId": "https://open.spotify.com/album/4aawyAB9vmqN3uQ7FjRGTy",
  "albumIds": [],
  "playlistId": "https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M",
  "playlistIds": [],
  "trackId": "https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b",
  "trackIds": [],
  "maxResults": 200,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "Spotify ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "artistNames": {
    "label": "Artist(s)",
    "format": "text"
  },
  "playcount": {
    "label": "Plays",
    "format": "number"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "spotifyUrl": {
    "label": "Spotify URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Spotify Scraper - Tracks, Albums, Artists & Playlists](https://apify.com/logiover/spotify-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/spotify-scraper) to learn more, explore other use cases, and run it yourself.