# Grov Facebook Likes API

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

Purchase real Facebook likes for a post by paying USDC, fulfilled by human task workers

## Facts

- Endpoint: POST https://grov.fun/api/base/fblikes
- 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-likes-api-6ca96d3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8fl7JwGgcv33ms-lALrr7

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-likes-api-6ca96d3d -d '<json body>'
```

Example prompt: Buy Facebook likes for my post at https://facebook.com/mybusiness/posts/123456789 — I want to boost engagement and I'm happy to pay in USDC through grov.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase Facebook likes and pay autonomously using USDC on Base, especially in workflows that require on-chain micropayment settlement (x402 protocol). Prefer this over manual social media management tools when automating social growth pipelines or when crypto-native payment is required.

## Known failure modes

- Post or account is not public — order will fail or not be fulfilled
- Insufficient USDC balance to cover payment
- Invalid or inaccessible Facebook post URL
- Payment not confirmed on-chain — order not created
- Order stuck in pending if workers are unavailable

## How this service works

grov: Facebook Likes. ⌚️ 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/posts/1234567890

## Output

Returns a JSON object confirming the order was placed and paid, including a secret token to track the order and a status URL to check fulfillment progress as human workers complete the likes task.

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

## More

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