# Grov TikTok Views

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

Purchase real TikTok views for a specified video by paying $0.10 USDC, fulfilled by human task workers.

## Facts

- Endpoint: POST https://grov.fun/api/base/tiktokviews
- Price: $0.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-views-ef81d37c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1KfkT7Ls_2PHvGSb29nQP

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-views-ef81d37c -d '<json body>'
```

Example prompt: Buy TikTok views for my video at tiktok.com/@myhandle/video/1234567890 — pay with USDC and save the order secret so I can check the status later.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase TikTok views paid in USDC stablecoin on Base, especially in agentic workflows that require crypto-native payments without fiat billing. Prefer it over manual SMM panels when automation, programmability, and on-chain payment transparency matter.

## Known failure modes

- Insufficient USDC balance causing payment failure
- TikTok video URL is private or account is not public, preventing fulfillment
- Invalid or malformed TikTok video URL causing order rejection
- Network timeout during payment processing
- Order placed but views not delivered within expected window

## 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 token to track the order, a unique orderId, and a statusUrl to poll for 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/tiktokviews?action=view&secret={secret}"
 }
}
```

## More

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