VOOZH about

URL: https://apify.com/scrapesage/soundcloud-scraper

โ‡ฑ SoundCloud Scraper โ€“ Artists, Tracks & Leads ยท Apify


๐Ÿ‘ SoundCloud Scraper - Artists, Tracks & Creator Leads avatar

SoundCloud Scraper - Artists, Tracks & Creator Leads

Pricing

from $6.00 / 1,000 artist scrapeds

Go to Apify Store

SoundCloud Scraper - Artists, Tracks & Creator Leads

Scrape SoundCloud: search artists & tracks, full creator profiles, tracks, albums & playlists, plus creator-contact leads (booking/management emails, socials, website). Followers, plays, genres, monitoring. No login, no API key, no browser.

Pricing

from $6.00 / 1,000 artist scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

SoundCloud Scraper โ€” Artists, Tracks & Creator Leads (Emails, Socials & Plays)

Extract complete SoundCloud data โ€” full artist profiles (followers, track counts, play counts, city, country, Pro status), tracks and playlists with genres and play stats, and turn every artist into a ready-to-contact creator lead: the booking/management email from their bio, every linked social (Instagram, YouTube, Spotify, Twitter/X, TikTok, Facebook), and โ€” optionally โ€” emails & phone numbers crawled from their own website.

No login, no OAuth, no API key, no browser โ€” fast JSON extraction from SoundCloud's own public API with 99%+ reliability.

Why this SoundCloud scraper?

Most SoundCloud scrapers return a track list and stop. This actor pulls from SoundCloud's internal api-v2 and ships the richest dataset in the category, built for A&R, sync licensing, distribution, PR, and artist outreach:

DataTypical scrapersThis actor
Artist followers, track count, play/like countspartialโœ…
City, country, Pro/Next subscription, verifiedโŒโœ…
Booking / management email (from the bio)โŒโœ…
Linked socials โ€” Instagram, YouTube, Spotify, TikTok, XโŒโœ…
Artist's own website + crawled contact emails/phonesโŒโœ… opt-in
Lead score (0โ€“100) per artistโŒโœ…
Tracks: genre, plays, likes, reposts, ISRC, license, labelpartialโœ…
Playlists & albums (track count, genre, release date)โŒโœ… opt-in
Monitoring โ€” only new artists / tracks since last runโŒโœ…

Use cases

  • Music-industry lead generation โ€” find independent artists, producers and beatmakers by genre or keyword and reach them directly via their booking/management email and socials. Score them by reach (followerCount, playbackCount).
  • A&R & talent scouting โ€” discover rising artists in a genre, filter by followers/plays, and monitor for new uploads with Schedules.
  • Sync, distribution & label outreach โ€” build target lists of unsigned artists with contact data, label names and ISRCs.
  • Playlist & catalog research โ€” pull tracks and playlists with genres, play counts and release dates for trend and market analysis.
  • PR & influencer marketing โ€” find creators by audience size and topic, then contact them with verified emails and social handles.

How to use

  1. Sign up for Apify โ€” the free plan is enough to try this actor.
  2. Open the SoundCloud Scraper, choose a mode, enter search terms (or paste artist URLs), and click Start.
  3. Watch results stream into the dataset table.
  4. Export as JSON, CSV, Excel, XML, or RSS โ€” or pull results programmatically via the Apify API.

Input

{
"mode":"searchArtists",
"searchTerms":["lofi","techno producer"],
"maxResultsPerQuery":50,
"includeWebProfiles":true,
"includeTracks":true,
"maxTracksPerArtist":10,
"enrichCreatorContacts":true,
"withEmailOnly":false
}
  • mode โ€” searchArtists (creators by keyword + leads), artistDetails (full profiles for specific artists, plus tracks/playlists), or searchTracks (tracks by keyword).
  • searchTerms โ€” keywords, genres or artist names. One row per term. Used by the search modes.
  • artistUrls โ€” profile URLs (https://soundcloud.com/flume), bare permalinks (flume) or numeric user ids. Used by artistDetails.
  • maxResultsPerQuery โ€” cap per search term (auto-paginated).
  • includeWebProfiles (default true) โ€” fetch each artist's linked socials + website (the lead wedge).
  • includeTracks / maxTracksPerArtist โ€” also output recent tracks per artist (type track).
  • includePlaylists / maxPlaylistsPerArtist โ€” also output playlists & albums per artist (type playlist).
  • enrichCreatorContacts (default false) โ€” crawl the artist's own website (home + contact/about, max 3 pages) for emails, phone and extra socials.
  • minFollowers / withEmailOnly โ€” output filters to tighten the result set to qualified leads.
  • monitorMode (default false) โ€” emit only records not seen in previous runs (see below).

Output

One record per artist (type: "artist"), plus optional track and playlist records:

{
"type":"artist",
"userId":2976616,
"urn":"soundcloud:users:2976616",
"username":"flume",
"displayName":"Flume",
"profileUrl":"https://soundcloud.com/flume",
"description":"Management: management@example.com",
"city":"Sydney",
"countryCode":"AU",
"followerCount":2227189,
"trackCount":231,
"playlistCount":46,
"likesCount":149,
"isVerified":true,
"isPro":true,
"subscriptionTier":"creator-pro-unlimited",
"avatarUrl":"https://i1.sndcdn.com/avatars-...-large.jpg",
"website":"https://example.store",
"socialLinks":{
"facebook":"http://www.facebook.com/flumemusic",
"twitter":"http://twitter.com/flumemusic",
"youtube":"https://www.youtube.com/user/flumeaus",
"instagram":"http://instagram.com/flume",
"spotify":"https://open.spotify.com/artist/..."
},
"webProfiles":[
{"network":"instagram","title":"Instagram","url":"http://instagram.com/flume","username":"flume"}
],
"descriptionEmails":["management@example.com"],
"contactEmails":[],
"contactPhones":[],
"leadScore":92,
"searchQuery":"electronic",
"scrapedAt":"2026-06-16T00:00:00.000Z"
}

A track record carries trackId, title, permalinkUrl, genre, playbackCount, likesCount, repostsCount, commentCount, durationMs/durationFormatted, license, labelName, isrc, releaseDate, plus the artist summary (artistId, artistName, artistUrl).

Automate & schedule

Run this actor on autopilot and pull results into your own stack:

  • Apify API โ€” start runs, fetch datasets, and manage schedules over REST.
  • apify-client for JavaScript and apify-client for Python โ€” official SDKs.
  • Schedules โ€” run it hourly/daily/weekly with monitorMode on to capture only new artists or new uploads in a genre; perfect for A&R pipelines and newsletters.
  • Webhooks โ€” trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.
import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'MY_APIFY_TOKEN'});
const run =await client.actor('scrapesage/soundcloud-scraper').call({
mode:'searchArtists',
searchTerms:['hip hop beats'],
maxResultsPerQuery:50,
enrichCreatorContacts:true,
withEmailOnly:true,
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} artist leads`);

Integrate with any app

Connect the dataset to 5,000+ apps โ€” no code required:

  • Make โ€” multi-step automation scenarios.
  • Zapier โ€” push new creator leads straight into your CRM.
  • Slack โ€” get notified when a monitored search finds new artists.
  • Google Drive / Sheets โ€” auto-export every run to a spreadsheet.
  • Airbyte โ€” pipe results into your data warehouse.
  • GitHub โ€” trigger runs from commits or releases.

Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. You can call this actor from Claude, ChatGPT, or any agent framework through the Apify MCP server โ€” ask your assistant to "find techno producers on SoundCloud with over 10k followers and list their contact emails" and let it run this scraper for you.

Agent-ready: autonomous payments (x402 & Skyfire)

This actor is agent-ready โ€” AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:

  • x402 โ€” an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server โ€” no account, no API key.
  • Skyfire โ€” agent-to-service payments for fully autonomous AI-agent workflows.

Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.

More scrapers from scrapesage

Build a complete creator / social lead-gen stack:

Tips

  • Genre targeting: search broad genre terms (lofi, techno, drill, house) or niche ones โ€” SoundCloud's search returns artists and tracks ranked by relevance.
  • Best leads: turn on includeWebProfiles (default) for socials + website, then enrichCreatorContacts to crawl the website, and set withEmailOnly to keep only contactable artists.
  • Recurring monitoring: combine Schedules with monitorMode to track only newly listed artists/tracks; it dedupes against earlier runs and never conflicts with the scheduler.
  • Cost control: web-profile fetches and website crawls are per-artist; lower maxResultsPerQuery for quick test runs.

FAQ

Do I need a SoundCloud API key or login? No. The actor uses SoundCloud's public web API with the same public client_id the website uses, discovered automatically at runtime. If SoundCloud rotates that key and results look empty, paste a fresh one into the clientId input.

Where do the emails come from? From the artist's public bio (where many list a "Management" / "Booking" email) and their webProfiles. With enrichCreatorContacts on, the actor also visits the artist's own public website and extracts publicly listed contact emails โ€” the same thing a human visitor would see.

Can I export to Google Sheets, CSV, or Excel? Yes โ€” one click in the dataset view, or automatically on every run via the Google Drive integration.

How do I monitor new uploads automatically? Turn on monitorMode, then create a Schedule. Each run emits only artists/tracks not seen before.

A field is null โ€” why? Some artists genuinely don't publish a city, website or email. Fields are null only when the data doesn't exist, not because the scraper skipped them.

Is scraping SoundCloud legal? This actor collects publicly available data only. You are responsible for using the data in compliance with applicable laws (GDPR/CCPA for personal data) and SoundCloud's terms.

Need help?

Open an issue on the actor's Issues tab, or visit the Apify help center. Feature requests are welcome โ€” this actor is actively maintained.

You might also like

SoundCloud Scraper | Tracks Artists and Playlists

parseforge/soundcloud-scraper

Scrape SoundCloud tracks, artists, playlists, comments, plays, likes, and reposts with titles, descriptions, genres, durations, and stream URLs. Power music discovery apps, creator analytics, audio trend research, and music industry intelligence at scale across the platform.

SoundCloud Scraper ยท Tracks + Artists + Emails ยท $1.50/1k

memo23/soundcloud-scraper

Scrape SoundCloud tracks, artists, playlists, albums, and search results in one actor โ€” with management/booking emails parsed directly from artist bios. Auto-classifies any SoundCloud URL. Uses the public v2 JSON API (no browser, no client_id setup). 30+ fields per row, JSON or CSV

๐Ÿ‘ User avatar

Muhamed Didovic

28

5.0

SoundCloud Scraper 2026 โ€” Tracks, Artists (No API Key)

cryptosignals/soundcloud-scraper

Scrape SoundCloud tracks and artists without API key. Get track title, artist, plays, likes, reposts, comments, duration, and upload date. Ideal for music industry research and trend analysis. PPE pricing โ€” pay only for results.

30

SoundCloud Scraper

maximedupre/soundcloud-scraper

Scrape public SoundCloud tracks, artists, playlists, albums, and comments. Export titles, URLs, engagement counts, artist details, media metadata, and timestamps.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

SoundCloud Scraper

automation-lab/soundcloud-scraper

Extract SoundCloud tracks, playlists, and artist profiles. Get play counts, likes, reposts, genre, tags, ISRC, and full creator details. No API key needed.

๐Ÿ‘ User avatar

Stas Persiianenko

65

SoundCloud Scraper

crawlerbros/soundcloud-scraper

Scrape SoundCloud with search tracks and artists, browse top/trending charts, fetch all tracks from an artist, or fetch any track/playlist/user URL. Extracts plays, likes, reposts, waveforms, artwork, genre, tags, and stream URLs. No API key required.

SoundCloud Scraper

crawlergang/soundcloud-scraper

Scrape SoundCloud with search tracks and artists, browse top/trending charts, fetch all tracks from an artist, or fetch any track/playlist/user URL. Extracts plays, likes, reposts, waveforms, artwork, genre, tags, and stream URLs. No API key required.

2

5.0

Spotify Scraper โ€” Artists, Tracks & Playlists

khadinakbar/spotify-all-in-one-scraper

Scrape Spotify artists, albums, tracks, playlists, podcasts, episodes, and search with play counts and monthly listeners. HTTP-only, no API key.

SoundCloud Music Scraper

rupom888/soundcloud-scraper

Scrape tracks, playlists and users from SoundCloud. Search by keyword, get artist tracks, extract playlist songs, browse trending charts by genre, or lookup any SoundCloud URL. Extracts plays, likes, reposts, duration, artwork and preview URLs.

SoundCloud Search Scraper

headlessagent/soundcloud-search-scraper

Scrape SoundCloud search results for tracks, users, albums, and playlists. Get rich metadata like play counts, likes, reposts, genres, artist info, and streaming URLs. No login required. Download as JSON, CSV, XML, or Excel via Apify.

๐Ÿ‘ User avatar

Headless Agent

2