# Grov Facebook Saves

> Grov Facebook Saves 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).

Purchase Facebook post saves (bookmarks) for a given post by paying $0.25 USDC, fulfilled by real human task workers.

## Facts

- Endpoint: POST https://grov.fun/api/base/fbsaves
- 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-saves-0c105205
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V9cV-BICL6PozmTFhIwGx

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-saves-0c105205 -d '<json body>'
```

Example prompt: Use Grov to buy Facebook saves for my post at facebook.com/mypage/posts/123456789 — pay with USDC and give me the order ID and status link so I can track it.

## When to prefer this

Choose this endpoint when you specifically need Facebook post saves (bookmarks) fulfilled by real human workers, paid via USDC on-chain. Prefer this over generic social media APIs when you need authentic human engagement rather than bot-driven metrics, or when your workflow is crypto-native and requires x402 payment protocol compatibility.

## Known failure modes

- Payment failure: USDC payment not processed, returns paid: false or error
- Invalid post URL: Facebook post URL not reachable or malformed
- Service unavailable: grov.fun backend down, HTTP 5xx
- Insufficient funds: agent wallet lacks enough USDC to cover $0.25 fee
- Order not fulfilled: human workers do not complete the task, status remains pending indefinitely

## 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 (ok: true, paid: true), a secret key to track the order, a unique order ID, and a status URL to poll for fulfillment progress as human workers complete the save tasks.

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

## More

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