Extract track data from Soundcloud search results automatically. Get comprehensive information about tracks including title, artist, stats, and more. Perfect for music research, trend analysis, and content discovery. 🎵
Extract tracks data from Soundcloud search results with ease! This powerful scraper helps you collect comprehensive track information from Soundcloud's search pages.
Field | Type | Description |
---|---|---|
keywords | Array | List of search terms to scrape (e.g. ["rain", "lofi"]) |
maxItems | Integer | Maximum number of tracks to collect per keyword |
The actor outputs detailed track information in JSON format, including:
A full explanation of an input example in JSON.
1{ 2 "keywords": ["rain"], 3 "maxItems": 30 4}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "artwork_url": "https://i1.sndcdn.com/artworks-000234423924-7z7mnj-large.jpg", 4 "caption": null, 5 "commentable": true, 6 "comment_count": 763, 7 "created_at": "2017-07-20T17:54:59Z", 8 "description": "Thunderstorm and rain sounds - Heavy thunder & lightning strike ambience for relaxation, sleep and studying", 9 "downloadable": false, 10 "download_count": 0, 11 "duration": 10822812, 12 "full_duration": 10822812, 13 "embeddable_by": "all", 14 "genre": "Soundtrack", 15 "has_downloads_left": false, 16 "id": 334054432, 17 "kind": "track", 18 "label_name": null, 19 "last_modified": "2022-05-02T07:15:51Z", 20 "license": "all-rights-reserved", 21 "likes_count": 10209, 22 "permalink": "thunderstorm-and-rain-sounds-heavy-thunder-lightning-strike-ambience-for-relaxation", 23 "permalink_url": "https://soundcloud.com/minh-huy-26/thunderstorm-and-rain-sounds-heavy-thunder-lightning-strike-ambience-for-relaxation", 24 "playback_count": 1278986, 25 "public": true, 26 "publisher_metadata": { 27 "id": 334054432, 28 "urn": "soundcloud:tracks:334054432" 29 }, 30 "purchase_title": null, 31 "purchase_url": null, 32 "release_date": null, 33 "reposts_count": 280, 34 "secret_token": null, 35 "sharing": "public", 36 "state": "finished", 37 "streamable": true, 38 "tag_list": "Rain "Thunderstorm " thunder Heavy lightning relaxation sleep studying", 39 "title": "Rain", 40 "uri": "https://api.soundcloud.com/tracks/334054432", 41 "urn": "soundcloud:tracks:334054432", 42 "user_id": 116636951, 43 "visuals": null, 44 "waveform_url": "https://wave.sndcdn.com/09RPgDoGYyFk_m.json", 45 "display_date": "2017-07-21T17:19:39Z", 46 "media": { 47 "transcodings": [ 48 { 49 "url": "https://api-v2.soundcloud.com/media/soundcloud:tracks:334054432/7b01c88e-2e50-48b7-9a11-a4e374cf28e0/stream/hls", 50 "preset": "mp3_0_0", 51 "duration": 10822812, 52 "snipped": false, 53 "format": { 54 "protocol": "hls", 55 "mime_type": "audio/mpeg" 56 }, 57 "quality": "sq" 58 }, 59 { 60 "url": "https://api-v2.soundcloud.com/media/soundcloud:tracks:334054432/7b01c88e-2e50-48b7-9a11-a4e374cf28e0/stream/progressive", 61 "preset": "mp3_0_0", 62 "duration": 10822812, 63 "snipped": false, 64 "format": { 65 "protocol": "progressive", 66 "mime_type": "audio/mpeg" 67 }, 68 "quality": "sq" 69 }, 70 { 71 "url": "https://api-v2.soundcloud.com/media/soundcloud:tracks:334054432/a16a5677-b5af-45d9-bf21-c9a20cdab055/stream/hls", 72 "preset": "opus_0_0", 73 "duration": 10822812, 74 "snipped": false, 75 "format": { 76 "protocol": "hls", 77 "mime_type": "audio/ogg; codecs="opus"" 78 }, 79 "quality": "sq" 80 } 81 ] 82 }, 83 "station_urn": "soundcloud:system-playlists:track-stations:334054432", 84 "station_permalink": "track-stations:334054432", 85 "track_authorization": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJnZW8iOiJFUyIsInN1YiI6IiIsInJpZCI6IiIsImlhdCI6MTczMzgxMjc5M30.XfNitb5m9xR4OFTxmu-pxFg36a4p0lB971jge0Akkgo", 86 "monetization_model": "NOT_APPLICABLE", 87 "policy": "ALLOW", 88 "user": { 89 "avatar_url": "https://i1.sndcdn.com/avatars-000142971939-6timom-large.jpg", 90 "city": null, 91 "comments_count": 0, 92 "country_code": null, 93 "created_at": "2014-10-05T08:50:27Z", 94 "creator_subscriptions": [ 95 { 96 "product": { 97 "id": "free" 98 } 99 } 100 ], 101 "creator_subscription": { 102 "product": { 103 "id": "free" 104 } 105 }, 106 "description": null, 107 "followers_count": 556, 108 "followings_count": 7, 109 "first_name": "Minh", 110 "full_name": "Minh Huy", 111 "groups_count": 0, 112 "id": 116636951, 113 "kind": "user", 114 "last_modified": "2015-04-27T05:25:17Z", 115 "last_name": "Huy", 116 "likes_count": 7, 117 "playlist_likes_count": 0, 118 "permalink": "minh-huy-26", 119 "permalink_url": "https://soundcloud.com/minh-huy-26", 120 "playlist_count": 0, 121 "reposts_count": null, 122 "track_count": 1, 123 "uri": "https://api.soundcloud.com/users/116636951", 124 "urn": "soundcloud:users:116636951", 125 "username": "Minh Huy 22", 126 "verified": false, 127 "visuals": null, 128 "badges": { 129 "pro": false, 130 "creator_mid_tier": false, 131 "pro_unlimited": false, 132 "verified": false 133 }, 134 "station_urn": "soundcloud:system-playlists:artist-stations:116636951", 135 "station_permalink": "artist-stations:116636951" 136 } 137 }, 138 ... 139]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!