# Grov Facebook Group Members Growth

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

Purchases real Facebook group member additions for a specified group, paid in USDC, fulfilled by human task workers.

## Facts

- Endpoint: POST https://grov.fun/api/base/fbgroupmembers
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-facebook-group-members-growth-0110e653
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SVZJpYCB0ijhjZj4rGiKO

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-group-members-growth-0110e653 -d '<json body>'
```

Example prompt: Use Grov to add members to my Facebook group at facebook.com/groups/mygroup — pay with USDC and give me the order ID and status link so I can track progress.

## When to prefer this

Choose this endpoint when an AI agent needs to grow a Facebook group's membership using a USDC crypto payment and is comfortable with human-fulfilled, batch-style delivery. Best suited for automated social growth workflows where on-chain payment and order tracking via a secret token are acceptable. Not suitable if you need instant results, organic growth methods, or payment in fiat currency.

## Known failure modes

- Insufficient USDC balance causes payment failure and no order is created
- Invalid or private Facebook group URL results in order rejection
- Network timeout during x402 payment handshake leaves order state unclear
- Group URL format not recognized returns an error response
- Service worker availability may delay fulfillment, making the batch window unpredictable

## 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 payment (paid: true), a secret token to track the order, a unique order ID, and a status URL where the agent can poll progress on the member additions.

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

## More

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