# Grov Facebook Shares

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

Purchase Facebook shares for a post by paying $2.50 USDC; human workers complete the task and return an order ID and status URL.

## Facts

- Endpoint: POST https://grov.fun/api/base/fbshares
- Price: $2.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-shares-2dbb25d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kFmVWrKhG6DWRq3GkgjVX

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-shares-2dbb25d6 -d '<json body>'
```

Example prompt: Buy Facebook shares for my post at https://facebook.com/myposts/12345 using Grov — I want to boost its reach and pay with USDC.

## When to prefer this

Choose this endpoint when an agent needs to programmatically purchase Facebook shares for a specific post and pay via USDC on Base. It is ideal for automated social growth workflows where human task completion is acceptable and the latency of batch fulfilment (hours) is tolerable.

## Known failure modes

- Insufficient USDC balance causes payment failure and no order is created
- Post or account is private, causing workers to be unable to complete shares
- Invalid or inaccessible Facebook URL returns an error
- Network timeout before payment confirmation
- Order partially fulfilled if workers do not complete all shares

## 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 with ok and paid booleans, a secret token the agent must save to track the order, a unique orderId, and a statusUrl the agent can poll to check fulfilment progress.

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

## More

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