spotify_profile_followers
Retrieve Spotify public profile followers by passing a user URL, URI, or username. Returns normalized follower profiles as structured JSON, with configurable limits and offsets for paging through results.
Instructions
Retrieve Spotify public profile followers. Returns normalized public follower profiles from Spotify's Web Player user-profile service. Spotify exposes this as a public anonymous response for some profiles; private or restricted profiles may return an upstream error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Spotify user URI | |
| url | No | open.spotify.com user URL | |
| limit | No | Follower limit, clamped to 1-200 | |
| offset | No | Follower offset applied locally | |
| username | No | Spotify username |