SoundCloud Scraper

ENDPOINTS
GET/embed

Embed Player

Get the official embeddable player for any SoundCloud link: iframe HTML, title, author and thumbnail.

QUERY PARAMS

Any SoundCloud link: track, profile, playlist, album, station or on.soundcloud.com share link.

Examples:

  • Track: https://soundcloud.com/billieeilish/ocean-eyes
  • Profile: https://soundcloud.com/billieeilish
{
  "title": "Ocean Eyes by Billie Eilish",
  "link": "https://soundcloud.com/billieeilish/ocean-eyes",
  "author": {
    "name": "Billie Eilish",
    "link": "https://soundcloud.com/billieeilish"
  },
  "description": "No Fair...",
  "thumbnail_link": "https://i1.sndcdn.com/artworks-000194211850-6zfpyg-t500x500.jpg",
  "html": "<iframe width=\"100%\" height=\"400\" scrolling=\"no\" frameborder=\"no\" allow=\"autoplay; encrypted-media\" src=\"https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F233719633&show_artwork=true\"></iframe>",
  "width": "100%",
  "height": 400
}