# Grov Spotify Saves

> Grov Spotify Saves is a paid API for AI agents from grov.fun, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Purchase real Spotify saves for a track by paying 0.5 USDC, fulfilled by humans completing micro-tasks

## Facts

- Endpoint: POST https://grov.fun/api/base/spotifysaves
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-spotify-saves-3c5f8ea6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CXFdLGJGjnSzl7mtkAdlM

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 grov-spotify-saves-3c5f8ea6 -d '<json body>'
```

Example prompt: Buy Spotify saves for my track at spotify.com/track/4uLU6hMCjMI75M1A2tKUQC using Grov — pay with USDC and give me the order ID and status link so I can check the progress.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase real, human-fulfilled Spotify saves for a specific track and pay programmatically with USDC via the x402 protocol. Prefer it over manual promotion services when you need a crypto-native, agent-callable social growth API that returns a trackable order secret and status URL for monitoring fulfillment.

## Known failure modes

- Insufficient USDC balance causes payment failure and order not created
- Invalid or inaccessible Spotify track URL results in rejected order
- Network timeout during x402 payment handshake leaves order in unknown state
- Order fulfillment delayed if insufficient human workers available for the task
- Missing required parameters (e.g. no track URL) returns error response

## How this service works

Buy followers, likes, views, comments and more for X (Twitter), Instagram, TikTok, YouTube, Facebook, Telegram and Spotify. Shop by card or crypto wallet, or use the AI agent API.

## Output

Returns a JSON object confirming payment (ok: true, paid: true), a secret token to track and manage the order, a unique orderId, and a statusUrl where the agent can poll to monitor fulfillment progress as humans complete the save tasks.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true,
  "secret": "SAVE_THIS_SECRET",
  "orderId": "ORDER_ID",
  "statusUrl": "https://grov.fun/api/base/spotifysaves?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-spotify-saves-3c5f8ea6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grov.fun](https://www.zero.xyz/host/grov.fun/llms.txt)
