Search tracks
soundcloud_search_tracksSearch SoundCloud tracks by text, genre, tag, BPM, duration, or creation date, and paginate through matching results.
Instructions
Full-text search for tracks with optional filters (genres, tags, BPM, duration, creation date, access level). Also does batch lookup when urns is given. Results are paginated; follow next_href with soundcloud_next_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search text (title, artist, tags…) | |
| tags | No | Comma-separated tags | |
| urns | No | Batch lookup: restrict to these track URNs or numeric ids | |
| limit | No | Items per page (default 50, max 200) | |
| access | No | Filter by the caller's access level. Default: playable,preview. Add 'blocked' to also list tracks that cannot be streamed. | |
| bpm_to | No | Maximum BPM | |
| genres | No | Comma-separated genres, e.g. "Techno,Deep House" | |
| bpm_from | No | Minimum BPM | |
| created_to | No | Created at or before this time, format 'yyyy-mm-dd hh:mm:ss' | |
| created_from | No | Created at or after this time, format 'yyyy-mm-dd hh:mm:ss' | |
| duration_to_ms | No | Maximum duration in milliseconds | |
| duration_from_ms | No | Minimum duration in milliseconds |