# AnyAPI Spotify Artist Lookup

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

Fetches scraped profile and metadata for a Spotify artist by name or ID via AnyAPI's pay-per-request gateway

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/spotify.artist
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-spotify-artist-lookup-6f9fc925
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Elv9DACNo-xbVfovk4lsj

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-artist-lookup-6f9fc925 -d '<json body>'
```

Example prompt: Can you pull the Spotify artist profile for Taylor Swift — I want her follower count, popularity score, and genres?

## When to prefer this

Use this endpoint when you need Spotify artist metadata without managing a Spotify Developer App OAuth flow, or when you want pay-per-request pricing with no monthly subscription. Prefer this over direct Spotify API when you need quick one-off lookups billed in USDC micro-payments via x402.

## Known failure modes

- Artist not found on Spotify — returns empty result or 404-equivalent
- Ambiguous artist name matches multiple artists — may return wrong profile
- Spotify page structure changed — scraper may return incomplete data
- Invalid or malformed artist ID — returns error response
- Rate limit or upstream scraping failure — returns 5xx or timeout

## 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

Returns a JSON object containing the Spotify artist's profile data, including name, follower count, popularity score, genre tags, profile image URLs, Spotify URI, and related metadata scraped from Spotify.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-spotify-artist-lookup-6f9fc925/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)
