# Grov Instagram Views Purchase

> Grov Instagram Views Purchase is a paid API for AI agents from grov.fun, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Purchase Instagram views for a post using USDC, fulfilled by human micro-task workers

## Facts

- Endpoint: POST https://grov.fun/api/base/instaviews
- Price: $0.1/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-views-purchase-d370c0f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OMc3J-uMji-XgTCNC-Xtz

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-views-purchase-d370c0f7 -d '<json body>'
```

Example prompt: Buy Instagram views for my post at instagram.com/p/ABC123 using Grov — pay in USDC and send me back the order ID and status link so I can track progress.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase Instagram views paid in USDC as part of an automated social growth workflow, especially when human-verified engagement (rather than bot traffic) is desired and crypto-native payment rails are already in use.

## Known failure modes

- Insufficient USDC balance causes payment failure
- Invalid or inaccessible Instagram post URL results in order rejection
- Network or blockchain transaction timeout during payment
- Order fulfillment delayed if insufficient human task workers are available
- Secret token lost if not stored immediately after response

## 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 transaction, a secret token to save for order tracking, an orderId, and a statusUrl to poll for fulfillment progress as human workers complete the view 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/instaviews?action=view&secret={secret}"
 }
}
```

## More

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