# grov.fun Instagram Likes

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

Purchases Instagram likes for a specified public post, paid in USDC via x402

## Facts

- Endpoint: POST https://grov.fun/api/base/instalikes
- Price: $0.125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-fun-instagram-likes-4a439707
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6uGLUMGsdStUXbojW3xTD

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-fun-instagram-likes-4a439707 -d '<json body>'
```

Example prompt: Buy Instagram likes for my post at https://www.instagram.com/p/Cxxxxxxxxxx/ — make sure the account is public and charge my USDC wallet.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase Instagram likes for a specific public post using USDC crypto payments via x402 protocol, without requiring manual interaction or traditional payment methods.

## Known failure modes

- Post or account is private — order will not start and may fail silently
- Invalid or malformed Instagram post URL format
- Payment failure or insufficient USDC balance
- Order start delayed up to 6 hours from submission
- Secret token not saved — status URL becomes inaccessible

## How this service works

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

## Output

Returns a JSON object confirming payment (ok: true, paid: true), a secret token to save for future status lookups, an order ID, and a status URL where the agent can poll 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/instalikes?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-fun-instagram-likes-4a439707/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)
