# Grov YouTube Views Purchase

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

Purchase YouTube views for a video by paying 0.5 USDC; human workers complete the task and a secret order ID is returned for status tracking.

## Facts

- Endpoint: POST https://grov.fun/api/base/ytviews
- Price: $1/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-views-purchase-3b7291d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PpIoS42ryRa9fPv_e8r3k

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-views-purchase-3b7291d8 -d '<json body>'
```

Example prompt: Buy YouTube views for my video at youtube.com/watch?v=abc123 using Grov — pay in USDC and give me the order ID so I can track when the views are delivered.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase YouTube views and pay with USDC via the x402 payment protocol, especially in agentic workflows that manage social growth campaigns autonomously. Prefer it over manual panel services when crypto-native, agent-driven payment and status tracking via a secret token are required.

## Known failure modes

- Insufficient USDC balance causes payment failure
- Invalid or inaccessible YouTube URL results in order rejection
- Network or provider downtime returns an error with no order ID
- Secret token not saved by caller prevents future status checks
- Order may be delayed if human workers are unavailable

## 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 the caller should save, an order ID, and a status URL that can be polled to check when the views have been delivered 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/ytviews?action=view&secret={secret}"
 }
}
```

## More

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