spotify_profile_followers
Retrieve public follower profiles from a Spotify user by providing their username, URI, or profile URL. Returns normalized follower data from Spotify's Web Player user-profile service.
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 |
|---|---|---|---|
| limit | No | Follower limit, clamped to 1-200 | |
| offset | No | Follower offset applied locally | |
| uri | No | Spotify user URI | |
| url | No | open.spotify.com user URL | |
| username | No | Spotify username |