# Grov Facebook Comments Growth

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

Purchase real Facebook comments on a post by paying $5 USDC, fulfilled by human micro-task workers

## Facts

- Endpoint: POST https://grov.fun/api/base/fbcomments
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-facebook-comments-growth-9ead5247
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yaOiQk4bkmmiVJbfBqcL8

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-comments-growth-9ead5247 -d '<json body>'
```

Example prompt: Order Facebook comments on my post at facebook.com/mypage/posts/123456789 using Grov — I want real people to comment on it and I'm okay paying $5 USDC.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase real, human-generated Facebook comments on a specific post and pay autonomously via USDC on-chain. Prefer this over manual social media management tools when running automated marketing workflows, when payment must be settled in crypto without human approval, or when the agent needs a trackable order with a status URL for async fulfillment monitoring.

## Known failure modes

- Insufficient USDC balance causes payment failure and order not placed
- Invalid or inaccessible Facebook post URL results in order rejection
- Network timeout during payment processing leaves order status uncertain — agent should use returned statusUrl to verify
- Duplicate order submission may result in multiple charges for same post
- Human task fulfillment delay means comments may not appear immediately after payment

## 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

A JSON object containing a boolean `ok` and `paid` confirming the order was placed and payment processed, a `secret` token the agent must save to track the order later, an `orderId` string, and a `statusUrl` where the agent can poll the order's fulfillment status 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/fbcomments?action=view&secret={secret}"
 }
}
```

## More

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