# Soundcloud Track ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/soundcloud/track` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/soundcloud-track | ## Description Extract detailed SoundCloud track data effortlessly with our API for enhanced music apps, marketing analysis, and research. ## 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/track' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "user": { "id": 153505491, "username": "Anthony Midas", "full_name": "Anthony Midas", "avatar_url": "https://i1.sndcdn.com/avatars-000668495723-8wff9r-t500x500.jpg" }, "track": { "id": 123456789, "tags": "remix, hip hop", "genre": "Hip Hop", "title": "Can I (Remix)", "duration": 215000, "permalink": "can-i-remix", "created_at": "2020-05-01T12:30:45Z", "description": "Anthony Midas' remix of the song Can I", "comment_count": 150, "favorite_count": 5000, "playback_count": 300000 }, "license": "all-rights-reserved", "stream_url": "https://api.soundcloud.com/tracks/123456789/stream", "artwork_url": "https://i1.sndcdn.com/artworks-123456789-0-t500x500.jpg", "likes_count": 5000, "downloadable": false, "waveform_url": "https://wave.sndcdn.com/abc123456_w.png", "permalink_url": "https://soundcloud.com/anthony-midas/can-i-remix", "reposts_count": 250 } ``` ## Documentation ## Overview Extract detailed SoundCloud track data effortlessly with our API for enhanced music apps, marketing analysis, and research. ## Quickstart ``` GET https://api.piloterr.com/v2/soundcloud/track?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Soundcloud Track 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