SoundCloud Artists Scraper
3 days trial then $25.00/month - No credit card required now
SoundCloud Artists Scraper
3 days trial then $25.00/month - No credit card required now
Retrieve Artist from SoundCloud without any restrictions or rate limits. Extremely fast data harvesting about users, ids, names, playlist counts, like counts, and all the other related deep-level information. Perfect for Lead Generation!
Actor - SoundCloud Artists Scraper
SoundCloud Artists scraper
Since SoundCloud doesn't provide a good and free API, this actor should help you to retrieve data from it.
The SoundCloud Artists Scraper supports the following features:
-
Search any keyword - Search for any keywords in seconds and retrieve the results with ease.
-
Get users - ID, name, avatar, visuals, badges, and many other deep-level information is ready for your consumption.
-
No limits - The actor has no limitation on the data. Get anything you want!
Bugs, fixes, updates, and changelog
This scraper is under active development. If you have any feature requests you can create an issue from here.
Input Parameters
The input of this scraper should be JSON containing the list of pages on SoundCloud that should be visited. Possible fields are:
-
startUrls
: (Required) (Array) List of SoundCloud URLs. URLs to start with. It should be a search or user URL. -
endPage
: (Optional) (Number) Final number of page that you want to scrape. The default isInfinite
. This applies to allsearch
requests andstartUrls
individually. -
maxItems
: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results. -
proxy
: (Required) (Proxy Object) Proxy configuration.
This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.
Tip
When you want to scrape over a specific list URL, just copy and paste the link as one of the startUrl.
If you would like to scrape only the first page of a list then put the link for the page and have the endPage
as 1.
With the last approach that is explained above you can also fetch any interval of pages. If you provide the 5th page of a list and define the endPage
parameter as 6 then you'll have the 5th and 6th pages only.
Compute Unit Consumption
The actor is optimized to run blazing fast and scrape as many items as possible. Therefore, it forefronts all the detailed requests. If the actor doesn't block very often it'll scrape 100 tracks in 2 minutes with ~0.01-0.03 compute units.
SoundCloud Artists Scraper Input example
1{ 2 "startUrls":[ 3 "https://soundcloud.com/sibel-dar-c/ekin-ekinci-gel-art-k", 4 "https://soundcloud.com/sibel-dar-c", 5 "https://soundcloud.com/swedish-hiphop-rap-fm/sets/pistoler-poesi-och-sex", 6 "https://soundcloud.com/search/sets?q=dnb", 7 "https://soundcloud.com/search/people?q=dnb", 8 "https://soundcloud.com/search/albums?q=dnb", 9 "https://soundcloud.com/search/sounds?q=dnb" 10 ], 11 "endPage":3, 12 "maxItems":20, 13 "includeComments":false, 14 "proxy":{ 15 "useApifyProxy":true 16 } 17}
During the Run
During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.
If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.
SoundCloud Export
During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.
You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this SoundCloud actor.
Scraped SoundCloud Properties
The structure of each item in SoundCloud looks like this:
1{ 2 "avatar_url": "https://i1.sndcdn.com/avatars-000417434502-x520gl-large.jpg", 3 "city": null, 4 "comments_count": 0, 5 "country_code": null, 6 "created_at": "2016-03-21T18:39:11Z", 7 "creator_subscriptions": [ 8 { 9 "product": { 10 "id": "free" 11 } 12 } 13 ], 14 "creator_subscription": { 15 "product": { 16 "id": "free" 17 } 18 }, 19 "description": null, 20 "followers_count": 859, 21 "followings_count": 0, 22 "first_name": "Sibel", 23 "full_name": "Sibel Darıcı", 24 "groups_count": 0, 25 "id": 213512643, 26 "kind": "user", 27 "last_modified": "2018-03-17T15:38:47Z", 28 "last_name": "Darıcı", 29 "likes_count": 108, 30 "playlist_likes_count": 0, 31 "permalink": "sibel-dar-c", 32 "permalink_url": "https://soundcloud.com/sibel-dar-c", 33 "playlist_count": 0, 34 "reposts_count": null, 35 "track_count": 8, 36 "uri": "https://api.soundcloud.com/users/213512643", 37 "urn": "soundcloud:users:213512643", 38 "username": "Sibel Darıcı", 39 "verified": false, 40 "visuals": { 41 "urn": "soundcloud:users:213512643", 42 "enabled": true, 43 "visuals": [ 44 { 45 "urn": "soundcloud:visuals:67152382", 46 "entry_time": 0, 47 "visual_url": "https://i1.sndcdn.com/visuals-000213512643-fpIXUr-original.jpg" 48 } 49 ], 50 "tracking": null 51 }, 52 "badges": { 53 "pro": false, 54 "pro_unlimited": false, 55 "verified": false 56 }, 57 "station_urn": "soundcloud:system-playlists:artist-stations:213512643", 58 "station_permalink": "artist-stations:213512643", 59 "url": "/sibel-dar-c" 60}
Contact
Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.
Actor Metrics
2 monthly users
-
2 stars
>99% runs succeeded
Created in Jan 2024
Modified 10 hours ago