# Grov Facebook Views Purchase

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

Purchases Facebook video views for a target URL by paying $0.25 USDC, returning an order ID and status tracking secret.

## Facts

- Endpoint: POST https://grov.fun/api/base/fbviews
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-facebook-views-purchase-6f2c9d34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sIdQi7g01cNvHNebRg2PF

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-facebook-views-purchase-6f2c9d34 -d '<json body>'
```

Example prompt: Buy Facebook views for my video at facebook.com/mypage/videos/123456789 using grov — I want to boost its view count and I'm fine paying with USDC.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase Facebook video views and pay autonomously using USDC on Base. It is specifically for Facebook video view growth, not for other platforms or engagement types like likes or followers. It suits agents operating in creator economy or social media management workflows where human-completed micro-tasks are acceptable for fulfillment.

## Known failure modes

- Insufficient USDC balance causes payment failure
- Invalid or inaccessible Facebook URL results in order rejection
- Network timeout during USDC payment settlement
- Order created but views not delivered if workers are unavailable
- Secret lost before saving, making order status untrackable

## 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 a boolean 'ok' and 'paid' flag confirming the order was placed, a 'secret' token to save for status checking, an 'orderId' string, and a 'statusUrl' that can be polled to track when the views have been delivered by task 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/fbviews?action=view&secret={secret}"
 }
}
```

## More

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