SocialCrawl
soundcloud

soundcloud

Extract data from soundcloud

soundcloud

Extract data from soundcloud. 3 endpoints available.

Base URL: /v1/soundcloud/...

Getting Started

1. Fetch a profile

curl "https://www.socialcrawl.dev/v1/soundcloud/artist" \
  -H "x-api-key: sc_your_api_key_here"

2. Fetch their content

curl "https://www.socialcrawl.dev/v1/soundcloud/artist/tracks" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

Endpoints

EndpointPathCredit Tier
Get a SoundCloud artist/v1/soundcloud/artiststandard (1cr)
List a SoundCloud artist's tracks/v1/soundcloud/artist/tracksstandard (1cr)
Get a SoundCloud track/v1/soundcloud/trackstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
soundcloud | Socialcrawl