# StableSocial Spotify Album Scraper

> StableSocial Spotify Album 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 metadata for a Spotify album given its album ID or URL

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/spotify/album
- 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-spotify-album-scraper-cae2a6ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h1b3rLqAy9YLZlFhFna6Y

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-spotify-album-scraper-cae2a6ea -d '<json body>'
```

Example prompt: Can you pull the full details for this Spotify album — https://open.spotify.com/album/4aawyAB9vmqN3uQ7FjRGTy — I want to see the tracklist, release date, and artist info.

## When to prefer this

Use this endpoint when you need Spotify album metadata without access to the official Spotify API or when you want a simple pay-per-call model with no OAuth setup. Ideal for one-off lookups, automation pipelines, or agent workflows that need album data on demand at low cost ($0.06/call).

## Known failure modes

- Invalid or malformed album ID returns an error
- Album URL that is not a valid Spotify album link fails to resolve
- Private or region-restricted albums may return incomplete data
- Spotify page structure changes can cause scrape failures
- Neither id nor url provided results in a validation error

## How this service works

Scrape Creators · Spotify — Album

## Output

Returns scraped metadata for the specified Spotify album, including album title, artist name(s), release date, tracklist, album artwork URL, and other available album details as extracted from the Spotify page.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-spotify-album-scraper-cae2a6ea/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)
