# StableSocial SoundCloud Track Scraper

> StableSocial SoundCloud Track 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).

Fetches metadata and details for a SoundCloud track given its URL, with pay-per-request pricing and no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/soundcloud/track
- 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-track-scraper-8922550e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ILvvII99Xaigj0QQLp6e9

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-track-scraper-8922550e -d '<json body>'
```

Example prompt: Can you pull the details for this SoundCloud track — title, artist, play count, and any other stats — from this URL: https://soundcloud.com/artist/track-name?

## When to prefer this

Choose this endpoint when you need on-demand SoundCloud track metadata without setting up a SoundCloud API key or subscription. Ideal for one-off lookups, ad-hoc research, or agent workflows that occasionally need SoundCloud data alongside other social platform data (TikTok, Instagram, etc.) from the same provider.

## Known failure modes

- Invalid or malformed SoundCloud URL returns an error
- Private or deleted tracks may return no data or an access error
- Rate limiting or SoundCloud-side blocking may cause intermittent failures
- Payment not confirmed results in 402 response before data is returned
- Non-SoundCloud URLs passed in the url field will fail validation

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured metadata about the SoundCloud track including title, artist/uploader name, description, play count, likes, reposts, duration, genre, tags, and other available track-level details scraped from the SoundCloud page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "SoundCloud track URL."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-soundcloud-track-scraper-8922550e/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)
