# Grov X Likes Purchase

> Grov X Likes Purchase 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 X (Twitter) likes for a post, paid in USDC, fulfilled by real people completing micro-tasks

## Facts

- Endpoint: POST https://grov.fun/api/base/xlikes
- 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-x-likes-purchase-c8facfa5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BvNxUR9tKpJZ-QNHqyXOd

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-x-likes-purchase-c8facfa5 -d '<json body>'
```

Example prompt: Buy likes for my X post at https://x.com/myhandle/status/123456789 using grov — go ahead and pay with USDC and save the order secret so I can track progress.

## When to prefer this

Use this endpoint when an AI agent needs to autonomously purchase X likes and pay programmatically with USDC on Base, without requiring manual human payment steps. Prefer this over manual social growth services when the agent has a crypto wallet and needs to automate engagement boosts as part of a larger workflow.

## Known failure modes

- Post or account is private — order cannot be fulfilled
- Insufficient USDC balance — payment fails
- Invalid or malformed X post URL — order rejected
- Network timeout during USDC payment settlement
- Order stuck in pending if fulfillment workers are unavailable

## 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 the payment was made (ok: true, paid: true), a secret token to track the order, an orderId, and a statusUrl where the agent can check order 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/xlikes?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-x-likes-purchase-c8facfa5/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)
