# Grov Spotify Listeners Growth

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

Purchases real Spotify listener growth for a track or profile by paying $10 USDC, fulfilled by human micro-taskers

## Facts

- Endpoint: POST https://grov.fun/api/base/spotifylisteners
- Price: $10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-spotify-listeners-growth-e227ab30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fM2tPfOy_2LeEatPuBGD8

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-listeners-growth-e227ab30 -d '<json body>'
```

Example prompt: Can you buy me a batch of Spotify listeners for my new track at https://open.spotify.com/track/abc123 using my USDC wallet — pay the $10 and save the order secret so I can check status later.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase Spotify listener growth paid in USDC without manual intervention. It is specifically suited for crypto-native workflows where the agent holds USDC and needs to boost a Spotify track or profile with real human-completed engagement tasks. Prefer this over manual promotion services when automation and on-chain payment are required.

## Known failure modes

- Insufficient USDC balance causes payment failure and no order is created
- Invalid or non-existent Spotify URL may result in order rejection or non-delivery
- Network timeout before payment confirmation could leave order state uncertain — save the secret if returned
- Human task fulfillment may take variable time; the status URL must be polled to confirm completion
- Duplicate orders may be placed if the agent retries without checking prior order status

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

A JSON object confirming payment (ok: true, paid: true), a unique secret key to identify and track the order, an order ID, and a status URL where the agent can poll to check fulfillment progress of the listener delivery.

## 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/spotifylisteners?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-spotify-listeners-growth-e227ab30/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)
