# Grov YouTube Likes

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

Purchase real YouTube likes for a video by paying $0.625 USDC; human workers complete the engagement task and return a trackable order.

## Facts

- Endpoint: POST https://grov.fun/api/base/ytlikes
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-youtube-likes-052a5f5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4X9_X5uHZmkMsQCGOwCzW

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-youtube-likes-052a5f5b -d '<json body>'
```

Example prompt: Buy YouTube likes for my video at youtube.com/watch?v=abc123 — pay with USDC and give me the order ID and status URL so I can track it.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase YouTube likes using USDC cryptocurrency via the x402 payment protocol, and wants the work carried out by real humans rather than bots. Prefer this over organic growth strategies when speed and automation matter, and over other social growth APIs when crypto-native payment (USDC on Base) is required.

## Known failure modes

- Payment failure if USDC balance is insufficient or x402 payment protocol fails
- Invalid or inaccessible YouTube video URL returns an error
- Order not fulfilled if not enough human workers are available
- Secret token lost — must be saved immediately as it cannot be recovered
- Rate limiting or duplicate order rejection if same video is submitted too quickly

## 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 success, a secret token to track the order, a unique orderId, and a statusUrl where you can check fulfillment progress by humans completing the likes task.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-youtube-likes-052a5f5b/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)
