SoundCloud Scraper - Tracks, Plays, Likes & Artists avatar

SoundCloud Scraper - Tracks, Plays, Likes & Artists

Pricing

from $6.80 / 1,000 results

Go to Apify Store
SoundCloud Scraper - Tracks, Plays, Likes & Artists

SoundCloud Scraper - Tracks, Plays, Likes & Artists

Scrape SoundCloud tracks by keyword, artist or URL. Get plays, likes, reposts, comments, genre, tags, artwork and artist stats as JSON, CSV or Excel.

Pricing

from $6.80 / 1,000 results

Rating

4.0

(1)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

SoundCloud Scraper - Tracks, Plays, Likes & Artists

SoundCloud Scraper - Tracks, Plays, Likes & Artists

Here is one real result, with every field the actor returns (the long description is trimmed here with ...; live records return it in full):

{
"imageUrl": "https://i1.sndcdn.com/artworks-0ljHO6lNVPp3dJPy-CTOtGw-large.jpg",
"title": "Chuyện Đôi Ta - Emcee L Ft Muộii (lofi ver.)",
"url": "https://soundcloud.com/minh-ph-789763242/chuyen-doi-ta-emcee-l-ft-muoii-lofi-ver",
"id": 1172136256,
"artistName": "aga1n",
"artistUrl": "https://soundcloud.com/minh-ph-789763242",
"artistId": 948916771,
"playCount": 5114079,
"likeCount": 27018,
"repostCount": 506,
"commentCount": 316,
"durationMs": 210776,
"fullDurationMs": 210756,
"genre": null,
"tags": [],
"description": "Chorus:\nNhững cơn sóng xô lâu đài vỡ trong bóng đêm...",
"uploadDate": "2021-12-05T02:55:01Z",
"releaseDate": null,
"lastModified": "2022-01-18T14:56:51Z",
"downloadable": false,
"downloadCount": 0,
"license": "all-rights-reserved",
"labelName": null,
"permalink": "chuyen-doi-ta-emcee-l-ft-muoii-lofi-ver",
"waveformUrl": "https://wave.sndcdn.com/ftk0Nbu7QQpd_m.json",
"artistFollowers": 472,
"artistTrackCount": 5,
"artistPlaylistCount": 0,
"artistVerified": false,
"artistCity": "Hai Phong",
"artistCountry": "VN",
"source": "search:lofi",
"observedAt": "2026-08-10T14:33:15.175Z",
"error": null
}

The most complete SoundCloud scraper available. It returns every field a SoundCloud track exposes, plus full engagement counts (plays, likes, reposts, comments) and a rich artist profile block (followers, track count, verification, city and country), from keyword searches, artist profiles or direct track and playlist URLs.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor collects SoundCloud tracks and writes one normalized record per track to the run's dataset. It accepts three kinds of input: keyword searches, artist or user profiles (newest uploads), and direct track or playlist URLs (playlists are expanded into their tracks). Results from all inputs are merged and capped by maxTracks.

Each record carries the track title, URL, artwork, engagement counts (plays, likes, reposts, comments), duration, licensing and upload dates, plus an artist profile block (followers, track and playlist counts, verification status, city and country) so you can rank tracks and profile artists without a second lookup.

Quickstart

Open the actor, paste this into the input, and press Run. It searches SoundCloud for "lofi" and returns up to 10 tracks.

{
"searchQueries": ["lofi"],
"maxTracks": 10
}

Provide any combination of searchQueries, artists and trackUrls. Results from all sources are merged and capped by maxTracks.

Input reference

FieldTypeRequiredDefaultDescription
searchQueriesstring[]no["lofi"]Keywords to search on SoundCloud (for example lofi, deep house). Each keyword runs its own search.
artistsstring[]no(empty)Artist or user profile URLs (https://soundcloud.com/username) or plain usernames. Collects the newest tracks each artist uploaded.
trackUrlsstring[]no(empty)Direct track URLs or playlist (set) URLs. Playlists are expanded into their tracks.
maxTracksintegerno10Maximum number of tracks to collect across the whole run. Free Apify plans are capped at 25 per run.

Output reference

One dataset item per track. Types: string, integer, boolean, string[], or null when the source value is absent.

FieldTypeDescription
titlestringTrack title.
urlstringPublic track URL.
idintegerSoundCloud track id.
permalinkstringTrack permalink slug.
imageUrlstringTrack artwork URL, or null.
artistNamestringArtist / uploader display name.
artistUrlstringArtist profile URL.
artistIdintegerSoundCloud artist id.
playCountintegerNumber of plays.
likeCountintegerNumber of likes.
repostCountintegerNumber of reposts.
commentCountintegerNumber of comments.
durationMsintegerPlayable duration in milliseconds.
fullDurationMsintegerFull track duration in milliseconds.
genrestringGenre, or null.
tagsstring[]Track tags. Empty array when none.
descriptionstringTrack description text, or null.
uploadDatestringISO 8601 upload timestamp.
releaseDatestringISO 8601 release date, or null.
lastModifiedstringISO 8601 last-modified timestamp.
downloadablebooleanWhether the track is marked downloadable.
downloadCountintegerNumber of downloads.
licensestringLicense string, for example all-rights-reserved.
labelNamestringRecord label name, or null.
waveformUrlstringURL of the track waveform JSON.
artistFollowersintegerFollower count of the artist.
artistTrackCountintegerNumber of tracks the artist has uploaded.
artistPlaylistCountintegerNumber of playlists the artist has.
artistVerifiedbooleanWhether the artist profile is verified.
artistCitystringArtist city, or null.
artistCountrystringArtist country code, or null.
sourcestringWhich input produced this record, for example search:lofi.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"searchQueries": ["lofi"], "maxTracks": 10}). The long description is trimmed here with ...:

{
"title": "Chuyện Đôi Ta - Emcee L Ft Muộii (lofi ver.)",
"url": "https://soundcloud.com/minh-ph-789763242/chuyen-doi-ta-emcee-l-ft-muoii-lofi-ver",
"id": 1172136256,
"artistName": "aga1n",
"artistUrl": "https://soundcloud.com/minh-ph-789763242",
"artistId": 948916771,
"playCount": 5114079,
"likeCount": 27018,
"repostCount": 506,
"commentCount": 316,
"durationMs": 210776,
"genre": null,
"tags": [],
"uploadDate": "2021-12-05T02:55:01Z",
"license": "all-rights-reserved",
"artistFollowers": 472,
"artistTrackCount": 5,
"artistVerified": false,
"artistCity": "Hai Phong",
"artistCountry": "VN",
"source": "search:lofi",
"observedAt": "2026-08-10T14:33:15.175Z",
"error": null
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~soundcloud-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["lofi"],"maxTracks":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~soundcloud-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"artists":["https://soundcloud.com/octobersveryown"],"maxTracks":100}'

Apify CLI:

apify call scrapers_lat/soundcloud-scraper \
--input '{"trackUrls":["https://soundcloud.com/user/track-name"]}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per track returned (result event). See the pricing tab for the current per-result price.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 25 tracks per run. Upgrade for higher maxTracks.

FAQ and troubleshooting

Can I scrape one artist's uploads? Yes. Put the profile URL or username in artists. The actor collects the newest tracks that artist uploaded.

Does it expand playlists? Yes. Put a playlist (set) URL in trackUrls and it is expanded into its tracks.

Why is genre or artistCity null? The uploader did not set it. Missing source values are returned as null, never invented.

How are the sources combined? Results from searchQueries, artists and trackUrls are merged and capped by maxTracks. The source field tells you which input produced each record.

Is this an official SoundCloud tool? No. This actor is independent and has no affiliation with SoundCloud. It reads only publicly available track and profile data. Use the results in accordance with the source's terms.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with SoundCloud. Accesses only publicly available track and profile data. Use the results in accordance with the source's terms.