# Grov YouTube Comments

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

Purchase real human-written YouTube comments on a specified video, paid via USDC, fulfilled by human micro-task workers

## Facts

- Endpoint: POST https://grov.fun/api/base/ytcomments
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-youtube-comments-a6db1645
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T_eTw36HHdLLZc9qZUo80

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

Example prompt: Order YouTube comments for my video at https://youtube.com/watch?v=abc123 — I want 5 positive comments praising the editing quality, and pay with USDC.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase YouTube comments paid in USDC without manual intervention, especially in agentic workflows that already use x402 micropayment protocols. Prefer this over scraping or organic growth tools when speed and automation matter, and when the use case specifically targets YouTube comment volume rather than likes, subscribers, or other platforms.

## Known failure modes

- Insufficient USDC balance causes payment failure and order not created
- Invalid or private YouTube video URL results in order rejection
- Missing required parameters (video URL, comment specs) causes a 400-level error
- Order fulfillment delay if human worker pool is busy — status must be polled via statusUrl
- Lost secret token means no way to track order status — agent must save it immediately

## 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 boolean flags confirming the order was placed and payment accepted, a secret token to track the order, an orderId, and a statusUrl where the agent can poll to see when the human workers have fulfilled the comments.

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

## More

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