Better Fetch
Music and audio3 runnable operations

SoundCloud reference

Artists, artist tracks, and track details from public SoundCloud pages.

Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.

Artist

Available

Artist from public SoundCloud surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/soundcloud_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"artist","url":"https://soundcloud.com/forss"}}'

Tool: soundcloud_scraper

Artist tracks

Available

Artist tracks from public SoundCloud surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/soundcloud_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"artist_tracks","handle":"kehlanimusic","max_results":10}}'

Tool: soundcloud_scraper

Track

Available

Track from public SoundCloud surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/soundcloud_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"track","url":"https://soundcloud.com/forss/flickermood"}}'

Tool: soundcloud_scraper