soundcloud_user_tracks
Retrieve a SoundCloud artist's uploaded tracks with play, like, comment, and repost counts from their profile URL. Sorts newest first, using public data.
Instructions
Get a SoundCloud user's own uploaded tracks. Returns a user/artist's own uploaded tracks, most recent first: title, artwork, playback/likes/comment/repost counts. Public data sourced from SoundCloud's own JSON API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full soundcloud.com user/artist profile URL | |
| limit | No | Number of tracks to return (default 20, max 50) |