# AnyAPI Spotify Album Lookup

> AnyAPI Spotify Album Lookup is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches metadata for a Spotify album by album ID or URL, returning details like title, artist, tracks, release date, and cover art.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/spotify.album
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-spotify-album-lookup-2dc1b610
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mnLwOKark0s41ZwNYCQ7a

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 anyapi-spotify-album-lookup-2dc1b610 -d '<json body>'
```

Example prompt: Can you pull up all the details for the Spotify album '1989 (Taylor's Version)' — I need the track list, release date, artist, and cover art URL.

## When to prefer this

Use this endpoint when you need structured Spotify album metadata — track listings, release dates, artist info, cover art — without managing a Spotify developer account or OAuth flow. Ideal for agents that need quick per-request album lookups without a monthly subscription.

## Known failure modes

- Invalid or malformed Spotify album ID returns an error response
- Album not found on Spotify returns a 404-style error
- Rate limiting or upstream Spotify availability issues may cause transient failures
- Missing required album ID/URL parameter returns a validation error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing Spotify album metadata including album name, artist(s), release date, track listing with durations, total tracks, album cover art URLs, genres, popularity score, and Spotify URI/URL.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-spotify-album-lookup-2dc1b610/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
