SoundCloud Scraper

ENDPOINTS
GET/users/social-links

User Social Links

Get the website and social links on a profile: Instagram, TikTok, YouTube, Spotify and more.

QUERY PARAMS

SoundCloud profile link, numeric ID, URN or username permalink.

Examples:

  • Permalink: billieeilish
  • Link: https://soundcloud.com/billieeilish
  • ID: 87105617
{
  "user_id": 87105617,
  "social_links": [
    {
      "network": "twitter",
      "title": "Twitter",
      "username": "Billieeilish",
      "link": "https://twitter.com/Billieeilish"
    },
    {
      "network": "facebook",
      "title": "Facebook",
      "username": "billieeilish",
      "link": "https://www.facebook.com/billieeilish/"
    },
    {
      "network": "instagram",
      "title": "Instagram",
      "username": "billieeilish",
      "link": "https://www.instagram.com/billieeilish"
    },
    {
      "network": "personal",
      "title": "Merch",
      "username": null,
      "link": "https://store.billieeilish.com/"
    }
  ]
}