# Grov Spotify Followers

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

Purchases real Spotify followers for a given account by paying in USDC, fulfilled by human micro-task workers

## Facts

- Endpoint: POST https://grov.fun/api/base/spotifyfollowers
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-spotify-followers-0e7d18cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VRAeGS4CCNF-GeOEGwQfK

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-followers-0e7d18cc -d '<json body>'
```

Example prompt: Buy Spotify followers for my artist profile at spotify.com/artist/myband using Grov — pay in USDC and give me the order ID and status link so I can track progress.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously grow a Spotify follower count using on-chain USDC payments via the x402 protocol, with work fulfilled by human micro-task workers rather than bots. Prefer this over generic SMM panels when the agent needs programmatic crypto payment integration with order tracking via a secret token.

## Known failure modes

- Insufficient USDC balance causes payment failure
- Invalid or non-existent Spotify profile URL results in order rejection
- Network timeout during payment processing leaves order state unclear
- Workers unavailable leading to delayed or incomplete follower delivery
- Secret token not saved, making order untraceable

## 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 the purchase with ok:true, paid:true, a secret token to retrieve order status, an orderId, and a statusUrl where the agent can poll progress of the follower 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/spotifyfollowers?action=view&secret={secret}"
 }
}
```

## More

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