# grov TikTok Comments

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

Places an order for real human-generated TikTok comments on a specified video, paid in USDC via the x402 protocol

## Facts

- Endpoint: POST https://grov.fun/api/base/tiktokcomments
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-tiktok-comments-76617acc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QALfBlI9nvmw6RUo0bINv

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-comments-76617acc -d '<json body>'
```

Example prompt: Can you order a batch of real TikTok comments on my video at tiktok.com/v/123456789 using grov — pay with USDC and save the order secret so I can track the status?

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase TikTok comment engagement and pay autonomously using USDC via the x402 protocol, especially in agentic marketing automation workflows where human-performed microtask-based social growth is preferred over bot-generated engagement.

## Known failure modes

- Insufficient USDC balance causes payment failure and order not placed
- Invalid or inaccessible TikTok video URL results in order rejection
- x402 payment protocol misconfiguration leads to authentication error
- Order fulfillment delay if insufficient human workers are available for the task
- Lost secret token makes order status untrackable

## 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 the payment was accepted (ok: true, paid: true), a secret token to save for tracking, a unique order ID, and a status URL the agent can poll to monitor order fulfillment by human workers.

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

## More

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