Suno: Explore Songs
Suno via Parse · music
Browse songs from Suno's explore page. Returns curated songs from various feeds (Staff Picks, Best Of, etc.) with cursor-based pagination. Each page returns a next_cursor for fetching subsequent pages. An optional genre filter performs case-insensitive substring matching against each song's tags field. Multiple genres can be provided as a comma-separated list; a song is included if its tags contain ANY of the specified genres (OR logic). Browse and discover AI-generated songs on Suno. Access explore feeds, trending songs, and playlist contents with song metadata including titles, artists, URLs, and play counts. Fulfilled by Parse from suno.com.
- entertainment
- music
- parse
- platform-key
- streaming-video
- suno
- suno-com
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1e1a9405-ba82-4a65-99e1-e5088bf87a04/explore_songs
- Interface artifact
- sha256:acd73e148731e2888516815edd173ff405821d8cb0ffaf48956063f99691382b
- Manifest digest
- sha256:2f481958aa57fc0e48fdb52227937c202e1fe5c4b51e1524fd4615e64c9c382a
Request fields
- genre (string): Comma-separated genre tags to filter by (e.g. 'jazz, hip hop, electronic'). Each value is trimmed and matched case-insensitively as a substring against each song's tags field. A song is included if its tags match ANY of the specified genres (OR logic). Omit to return all songs.
- limit (integer): Maximum number of songs to return.
- cursor (string): Pagination cursor from previous response's next_cursor field. Omit for first page.
Example queries
- {"limit":"5"}