Chosic: Get Similar Songs
Chosic via Parse · music
Find similar songs for a given seed track. Provide either a Spotify track ID directly via `track_id`, or a `song_title` (optionally with `artist_name`) to resolve the seed track via search first. Supports mood-based filtering through optional audio feature parameters (energy, happiness, danceability, acousticness, instrumentalness, popularity) each on a 0-100 scale. Returns up to `limit` recommendations. Each result includes Spotify track ID, title, artist, album name, and image URL (image may be null). Discover similar music and search for songs using Chosic's underlying API. Supports mood-based filtering (energy, happiness, danceability, etc.). Fulfilled by Parse from chosic.com.
- chosic
- chosic-com
- developer-tools
- entertainment
- music
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2d0c0106-75f6-4f45-918d-1633cfa4cf74/get_similar_songs
- Interface artifact
- sha256:5c6493f5d2fb5b8f026ba101130d5c34bc50b27d5e2185df81b64e6ac72beb30
- Manifest digest
- sha256:9fb3e2f43ce38be77213f88ef1bf6665752e8631b7c6f636f7febce43f2487b0
Request fields
- limit (integer): Maximum number of similar songs to return
- energy (integer): Target energy level (0-100)
- track_id (string): Spotify Track ID to find similar songs for. If not provided, song_title is used to search for the seed track.
- happiness (integer): Target happiness/valence (0-100)
- popularity (integer): Target popularity (0-100)
- song_title (string): Song title used to search for the seed track when track_id is not provided
- artist_name (string): Artist name combined with song_title to improve seed track search accuracy
- acousticness (integer): Target acousticness (0-100)
- danceability (integer): Target danceability (0-100)
- instrumentalness (integer): Target instrumentalness (0-100)
Example queries
- {"limit":"10","energy":"80","track_id":"4u7EnebtmKWzUH433cf5Qv","danceability":"75"}