# StableSocial SoundCloud Artist Scraper

> StableSocial SoundCloud Artist Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Scrapes and returns public profile data for a SoundCloud artist given their URL or handle

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/soundcloud/artist
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-soundcloud-artist-scraper-91910f8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x8qyVrTeU0F0DQUsR7Lcv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablesocial-soundcloud-artist-scraper-91910f8f -d '<json body>'
```

Example prompt: Can you pull the public profile data for the SoundCloud artist at soundcloud.com/flume — I want to see their follower count, bio, and track info?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve public SoundCloud artist profile data on a pay-per-request basis without managing a scraping infrastructure. Prefer this over building your own scraper when you need occasional, cost-effective lookups of SoundCloud artist metadata by URL or handle.

## Known failure modes

- Invalid or non-existent SoundCloud URL or handle returns an error or empty result
- Private or suspended SoundCloud accounts may return no data
- Neither url nor handle provided causes a validation error
- Rate limiting or SoundCloud anti-scrape measures may cause intermittent failures
- Malformed URL format may result in a parsing error

## How this service works

Scrape Creators · SoundCloud — Artist

## Output

Returns structured public profile data for the specified SoundCloud artist, including details such as follower count, track count, artist bio, profile image, username, and other publicly available metadata from their SoundCloud page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "SoundCloud artist URL. If you'd prefer to use the handle instead, you can use the handle parameter instead."
  },
  "handle": {
   "type": "string",
   "description": "SoundCloud artist handle. If you'd prefer to use the URL instead, you can use the url parameter instead."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-soundcloud-artist-scraper-91910f8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
