SoundCloud Scraper

ENDPOINTS
GET/tracks/details

Track Details

Get a track in one call: plays, likes, reposts, comments, ISRC, UPC, label, genre, tags, artwork and the artist.

QUERY PARAMS

SoundCloud track link, numeric ID, URN or artist/track permalink. Share links (on.soundcloud.com) and secret links work too.

Examples:

  • Link: https://soundcloud.com/billieeilish/ocean-eyes
  • ID: 233719633
  • Permalink: billieeilish/ocean-eyes
{
  "id": 233719633,
  "title": "Ocean Eyes",
  "link": "https://soundcloud.com/billieeilish/ocean-eyes",
  "permalink": "ocean-eyes",
  "secret_token": null,
  "description": "No Fair...",
  "caption": null,
  "genre": "Indie",
  "tags": [
    "Pop",
    "Dark",
    "Billie",
    "Eilish",
    "Ocean Eyes",
    "sHES brOKen",
    "Lana Del Rey",
    "Marina And The Diamonds",
    "The Weeknd",
    "Halsey",
    "Lapsley",
    "Aurora",
    "Drake",
    "Alina Baraz",
    "Alt",
    "Singer",
    "Songwriter",
    "Lorde"
  ],
  "label": null,
  "license": "all-rights-reserved",
  "duration_ms": 200456,
  "duration": "3:20",
  "playable_duration_ms": 200456,
  "release_date": null,
  "stats": {
    "plays": 75074329,
    "likes": 1334600,
    "reposts": 29311,
    "comments": 28409,
    "downloads": 39
  },
  "user": {
    "id": 87105617,
    "username": "Billie Eilish",
    "link": "https://soundcloud.com/billieeilish",
    "permalink": "billieeilish",
    "full_name": "Billie Eilish",
    "avatar": {
      "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
      "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
    },
    "city": null,
    "country_code": null,
    "followers_count": 3943858,
    "is_verified": true
  },
  "artwork": {
    "link": "https://i1.sndcdn.com/artworks-000194211850-6zfpyg-t500x500.jpg",
    "original_link": "https://i1.sndcdn.com/artworks-000194211850-6zfpyg-original.jpg"
  },
  "banner_link": null,
  "publisher": {
    "artist": "Billie Eilish",
    "album_title": null,
    "release_title": null,
    "isrc": "US23A1500056",
    "upc": null,
    "publisher": null,
    "writers": null,
    "p_line": null,
    "c_line": null,
    "is_explicit": null,
    "has_music": true
  },
  "purchase": {
    "title": "STREAM",
    "link": "https://open.spotify.com/album/2msN7XBgV3JCjQ7Tq3t7i9"
  },
  "policy": "monetize",
  "monetization_model": "ad_supported",
  "is_preview_only": false,
  "is_streamable": true,
  "is_downloadable": false,
  "is_commentable": true,
  "is_public": true,
  "sharing": "public",
  "embeddable_by": "all",
  "waveform_link": "https://wave.sndcdn.com/gE8zJfoXbliZ_m.json",
  "station_link": "https://soundcloud.com/discover/sets/track-stations:233719633",
  "created_at": "2015-11-19T03:18:57Z",
  "updated_at": "2022-07-13T01:21:00Z"
}