# Grov TikTok Shares

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

Purchase real TikTok shares for a specified video, fulfilled by human task-workers and paid via USDC on Base.

## Facts

- Endpoint: POST https://grov.fun/api/base/tiktokshares
- Price: $0.125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-tiktok-shares-802a3ad5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tPQ6GoG5Q7cKVX9Wq0FPE

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-shares-802a3ad5 -d '<json body>'
```

Example prompt: Use Grov to buy TikTok shares for my video at https://www.tiktok.com/@myaccount/video/123456789 — pay with USDC and give me the order ID and status link so I can track it.

## When to prefer this

Choose this endpoint when an agent needs to programmatically purchase TikTok shares using on-chain USDC payments via the x402 protocol, especially in automated creator growth workflows where crypto-native payment rails are required and fulfillment by real human workers is acceptable.

## Known failure modes

- Insufficient USDC balance causes payment failure
- Invalid or private TikTok video URL results in order rejection
- TikTok video removed before fulfillment causing incomplete delivery
- Network timeout during USDC payment on Base
- Lost secret key prevents order status retrieval

## 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 with ok and paid booleans confirming the order was placed and payment processed, a secret key to authenticate future status lookups, an orderId, and a statusUrl where the agent can monitor fulfillment 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/tiktokshares?action=view&secret={secret}"
 }
}
```

## More

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