# Grov Instagram Saves API

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

Purchases real Instagram saves for a post by dispatching human micro-task workers, paid in USDC via x402

## Facts

- Endpoint: POST https://grov.fun/api/base/instasaves
- 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-instagram-saves-api-708efece
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pSIOQ4ztTXI5VxSK18p1d

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-instagram-saves-api-708efece -d '<json body>'
```

Example prompt: Buy me Instagram saves for this post — https://www.instagram.com/p/abc123xyz — using grov, and save the order secret so I can check the status later.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase Instagram saves using USDC and the x402 crypto-payment protocol. It is best suited for agents managing social media growth automation, creator economy workflows, or brand campaigns where real human engagement (not bot traffic) is required and payment in stablecoin is preferred over credit card billing.

## Known failure modes

- Insufficient USDC balance — payment fails and order is not created
- Invalid or inaccessible Instagram post URL — order rejected
- x402 payment protocol failure — transaction not confirmed
- Rate limiting or duplicate order detection — order blocked
- Order created but workers fail to fulfill — 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 with ok and paid boolean flags confirming the order was placed and payment processed, a secret token to reference the order, an orderId string, and a statusUrl where the agent can 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/instasaves?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-instagram-saves-api-708efece/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)
