# Grov Facebook Followers

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

Places an order to grow a Facebook page's follower count by having real people complete follow tasks, paid in USDC via x402.

## Facts

- Endpoint: POST https://grov.fun/api/base/fbfollowers
- Price: $0.125/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-followers-74554453
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SaL9SdjZ9lQCQCt0mZPMC

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-followers-74554453 -d '<json body>'
```

Example prompt: Use Grov to buy Facebook followers for my page 'facebook.com/morningbloomcoffee' — I want real people to follow it and I'll pay in USDC.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically grow a Facebook page's follower count and can pay in USDC via the x402 protocol. It is best suited for agents managing social media growth campaigns for brands, creators, or businesses on Facebook specifically, as opposed to other platforms (siblings on grov.fun handle Instagram, Twitter/X, etc.). Prefer this over organic growth tools when speed of follower acquisition matters and budget is available in stablecoin.

## Known failure modes

- Insufficient USDC balance causing payment failure
- Invalid or non-existent Facebook page URL provided
- x402 payment protocol not supported by the calling agent
- Order placed but followers not delivered due to task worker shortage
- Rate limiting if too many orders are placed in rapid succession

## How this service works

grov: Facebook Followers. ⌚️ Start Time: 0-6h
⚠️ The post and its account must be public, or the order will not start.
🔗 Link Example: https://www.facebook.com/grov

## Output

Returns a JSON object confirming the order was placed and paid, including a unique secret token to track the order, an order ID, and a status URL to check follower delivery progress (e.g. https://grov.fun/api/base/fbfollowers?action=view&secret={secret}).

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

## More

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