Spotify Plus avatar

Spotify Plus

Under maintenance
Try Actor

$12.00/month

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Spotify Plus

Spotify Plus

canadesk/spotify-plus
Try Actor

$12.00/month

No limits. Get or search for Tracks, Artists, Albums, Playlists, Users, Lyrics (Musixmatch) and more from Spotify. It's fast and costs little!

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • 2 bookmarks

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 2 months ago

You can access the Spotify Plus programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "ids": [
3    "1uvyZBs4IZYRebHIB1747m"
4  ],
5  "myids": {
6    "input": [
7      {
8        "id": "1uvyZBs4IZYRebHIB1747m",
9        "process": "get",
10        "category": "track"
11      },
12      {
13        "id": "3jXMLVtLsok8PpCWFj8d5l",
14        "process": "get",
15        "category": "playlist"
16      }
17    ]
18  },
19  "proxy": {
20    "useApifyProxy": true
21  }
22}' |
23apify call canadesk/spotify-plus --silent --output-dataset

Spotify Plus API through CLI

The Apify CLI is the official tool that allows you to use Spotify Plus locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: