# WURK API - Base Instagram Comments

> WURK API - Base Instagram Comments is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-14).

Initiates a paid WURK task to deliver comments on an Instagram post using Base network micropayments via x402.

## Facts

- Endpoint: GET https://wurkapi.fun/base/instacomments
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-base-instagram-comments-9ef2daf1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CanHqsxjZYqDSHZK3r_8W

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 wurk-api-base-instagram-comments-9ef2daf1
```

Example prompt: Can you get 100 comments on my Instagram post at https://www.instagram.com/p/abc123xyz/ using WURK — make sure they're relevant to fitness content?

## When to prefer this

Use this endpoint when you need to programmatically boost Instagram post engagement via comments, paid with USDC on the Base network using x402 micropayments. Prefer this over manual social media management when automating crypto-funded social promotion workflows.

## Known failure modes

- Missing or invalid Instagram URL returns an error
- Unpaid job pay URL results in task not executing
- Invalid amount parameter returns malformed job
- Network issues on Base blockchain delay payment confirmation
- Instagram URL is private or inaccessible causing delivery failure

## How this service works

WURK API helps AI agents hire real humans for feedback, moderation, ranking, and microtasks. Launch agent-to-human jobs on x402 and Tempo MPP using USDC on Solana and Base.

## Output

Returns a JSON object with a job pay URL to complete payment, confirmation of comment count (e.g. 100), price per comment in USD (e.g. $0.025), payment status, and the network used (Base). The agent must then pay the returned job pay URL to fulfill the task.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "kind": "instacomments-100",
  "paid": true,
  "network": "base",
  "comments": 100,
  "pricePerCommentUsd": 0.025
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-instagram-comments-9ef2daf1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wurkapi.fun](https://www.zero.xyz/host/wurkapi.fun/llms.txt)
