SoundCloud Artists Scraper avatar
SoundCloud Artists Scraper

Pricing

$25.00/month + usage

Go to Store
SoundCloud Artists Scraper

SoundCloud Artists Scraper

Developed by

epctex

epctex

Maintained by Community

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!

0.0 (0)

Pricing

$25.00/month + usage

2

Total users

34

Monthly users

2

Runs succeeded

>99%

Last modified

12 hours ago

You can access the SoundCloud Artists Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://soundcloud.com/sibel-dar-c",
4    "https://soundcloud.com/search/people?q=dnb"
5  ],
6  "maxItems": 20,
7  "endPage": 1,
8  "proxy": {
9    "useApifyProxy": true,
10    "apifyProxyGroups": [
11      "RESIDENTIAL"
12    ]
13  }
14}' |
15apify call epctex/soundcloud-artists-scraper --silent --output-dataset

SoundCloud Artists Scraper API through CLI

The Apify CLI is the official tool that allows you to use SoundCloud Artists Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: