# WURK API - Base Comments Micropayment Job

> WURK API - Base Comments Micropayment Job 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).

Creates a paid WURK task on wurk.fun to collect comments on a Base (base.app) post or content page, paid via x402 USDC micropayment

## Facts

- Endpoint: GET https://wurkapi.fun/base/basecomments
- 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-comments-micropayment-job-7bdc94ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z2uDu4Gr9AoaqRz2hMXyh

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-comments-micropayment-job-7bdc94ef
```

Example prompt: Get me 100 comments on my Base post at https://base.app/post/abc123 — use the default $2.50 USDC payment and tell commenters to share their thoughts on the new feature.

## When to prefer this

Use this endpoint when you need to drive comment engagement specifically on base.app posts or content pages and want to pay per-job with USDC via x402 micropayments. Prefer this over X/Twitter or YouTube comment endpoints when the target content lives on Base social. It is ideal for on-chain-native projects promoting content within the Base ecosystem.

## Known failure modes

- Invalid or unreachable base.app URL returns an error
- x402 payment not completed — job not created
- Insufficient USDC balance for the requested comment tier
- Network congestion on Base causing payment settlement delays
- Missing required URL parameter returns a 400 error

## 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 confirming job creation with fields: ok (boolean), kind (job type e.g. 'basecomments-100'), paid (boolean), network ('base'), comments (integer count ordered), and pricePerCommentUsd (cost per comment in USD).

## 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": "basecomments-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-comments-micropayment-job-7bdc94ef/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)
