# Grov TikTok Likes – Buy TikTok Likes with USDC

> Grov TikTok Likes – Buy TikTok Likes with USDC is a paid API for AI agents from grov.fun, paid per call via x402, $0.625/call, status unknown (last checked 2026-09-14).

Places an order for TikTok likes on a specified video, paid in USDC, fulfilled by human micro-task workers.

## Facts

- Endpoint: POST https://grov.fun/api/base/tiktoklikes
- Price: $0.625/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-likes-buy-tiktok-likes-with-usdc-e26efc74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HsAx_i312HoSDkft_737Q

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-likes-buy-tiktok-likes-with-usdc-e26efc74 -d '<json body>'
```

Example prompt: Buy TikTok likes for my video at tiktok.com/v/12345 — use grov to place the order and pay with USDC, then save the order secret so I can check its status later.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase TikTok likes and pay natively in USDC via the x402 payment protocol, especially in automated social growth workflows where crypto-native payment is required.

## Known failure modes

- Insufficient USDC balance causes payment failure
- Invalid or inaccessible TikTok video URL results in order rejection
- Missing required parameters returns a validation error
- Payment network congestion causes delayed confirmation
- Order fulfillment may be slow as it depends on human micro-task workers

## 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 order was placed and paid, including a secret token (to be saved for future status checks), an order ID, and a URL to monitor the order's 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/tiktoklikes?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-tiktok-likes-buy-tiktok-likes-with-usdc-e26efc74/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)
