# Soundcloud Artist ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/soundcloud/artist` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/soundcloud-artist | ## Description Unlock Soundcloud artist data for enhanced marketing and strategic decision-making with our API. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/soundcloud/artist' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "albums": [ { "url": "https://soundcloud.com/anthony-midas/sets/album1", "title": "Album 1", "tracks": 10 }, { "url": "https://soundcloud.com/anthony-midas/sets/album2", "title": "Album 2", "tracks": 8 } ], "tracks": [ { "url": "https://soundcloud.com/anthony-midas/track1", "likes": 123, "plays": 2345, "title": "Track 1", "comments": 12, "duration": "3:45" }, { "url": "https://soundcloud.com/anthony-midas/track2", "likes": 234, "plays": 3456, "title": "Track 2", "comments": 34, "duration": "4:20" } ], "followers": 1234, "following": 567, "artistName": "Anthony Midas", "profileUrl": "https://soundcloud.com/anthony-midas", "relatedArtists": [ { "artistName": "Artist 1", "profileUrl": "https://soundcloud.com/artist1" }, { "artistName": "Artist 2", "profileUrl": "https://soundcloud.com/artist2" } ] } ``` ## Documentation ## Overview Unlock Soundcloud artist data for enhanced marketing and strategic decision-making with our API. ## Quickstart ``` GET https://api.piloterr.com/v2/soundcloud/artist?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Soundcloud Artist data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Soundcloud without maintaining scrapers - Power internal dashboards and workflow automations with live Soundcloud data