# Grov Instagram Reposts API

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

Places a paid order for Instagram reposts on a specified post, fulfilled by real people completing micro-tasks, paid in USDC via x402.

## Facts

- Endpoint: POST https://grov.fun/api/base/instareposts
- 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-instagram-reposts-api-af7fb8fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MJ2Ag221U7DxMtD2sINSO

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-reposts-api-af7fb8fb -d '<json body>'
```

Example prompt: Buy me Instagram reposts for this post — https://www.instagram.com/p/EXAMPLE123/ — and pay with USDC via grov.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase Instagram reposts and pay autonomously in USDC via the x402 protocol. It is specifically suited for agent-driven social growth workflows where human micro-task fulfillment is acceptable and crypto-native payment is required. Prefer alternatives if you need Twitter/X, TikTok, or YouTube engagement, or if you require fiat payment methods.

## Known failure modes

- Insufficient USDC balance — payment fails and order is not placed
- Instagram post or account is private — order cannot be fulfilled
- Invalid or malformed Instagram post URL — order rejected
- x402 payment protocol not supported by the calling agent — payment fails
- Secret token lost by caller — order cannot be tracked or retrieved

## 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 accepted, a secret token to track the order, an orderId, and a statusUrl to check fulfillment progress by real workers completing repost 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/instareposts?action=view&secret={secret}"
 }
}
```

## More

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