# Grov TikTok Followers

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

Purchases TikTok followers for a specified account by paying 0.5 USDC, with real humans completing the growth tasks

## Facts

- Endpoint: POST https://grov.fun/api/base/tiktokfollowers
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-tiktok-followers-8a96e3c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GuKHAubLuVQ2ZbZOv2MfA

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-tiktok-followers-8a96e3c0 -d '<json body>'
```

Example prompt: Buy TikTok followers for my account @mysocialbrand using Grov — pay with USDC and give me the order ID so I can track the status.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase TikTok followers and can pay in USDC on Base. It is ideal for agents operating social media growth workflows autonomously, especially when using x402 payment rails. Prefer this over manual social growth panels when automation and crypto payment are requirements.

## Known failure modes

- Insufficient USDC balance causes payment failure
- Invalid or non-existent TikTok account handle leads to order rejection
- Network timeout during async task fulfillment by human workers
- Order stuck in pending if workers unavailable
- Secret token lost results in inability to track order

## 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 and order placement, including: ok (boolean success flag), paid (boolean confirming USDC payment), a secret token to save for order management, an orderId for the placed order, and a statusUrl to check real-time order progress.

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

## More

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