# Grov Instagram Followers

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

Purchases Instagram followers for a target account by paying in USDC, fulfilled by human micro-taskers

## Facts

- Endpoint: POST https://grov.fun/api/base/instafollowers
- 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-followers-4da89e58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x190dWhgEc2x0izmhtJfz

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-followers-4da89e58 -d '<json body>'
```

Example prompt: Buy me Instagram followers for @morningbloom_coffee using Grov — go ahead and place the order and save the tracking secret so I can check status later.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase Instagram followers and pay autonomously in USDC (stablecoin) without manual intervention. It is distinct from organic growth tools or ad platforms because it is fulfilled by real human micro-taskers and priced per call at a flat $0.25 USDC, making it suitable for agent-driven, crypto-native social media automation workflows.

## Known failure modes

- Insufficient USDC balance causing payment failure
- Invalid or private Instagram username that cannot receive followers
- Order not fulfilled if human taskers are unavailable
- Lost access to order if secret token is not saved
- Network timeout before payment confirmation
- Instagram account suspended mid-fulfillment

## 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 booleans confirming the order was accepted and payment processed, a secret token to identify the order, an orderId, and a statusUrl where the agent can poll to check fulfillment progress by human taskers.

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

## More

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