spotify_profile_followers
Retrieve public Spotify profile followers via user URI, URL, or username. Get normalized follower profiles with pagination using limit and offset.
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 |