# WURK API - Zora Followers (Base/x402)

> WURK API - Zora Followers (Base/x402) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $4/call, status unknown (last checked 2026-09-15).

Creates a paid WURK task to gain followers on a Zora profile by accepting a Zora handle and desired follower count, charging $4 USDC via x402 micropayment.

## Facts

- Endpoint: GET https://wurkapi.fun/base/zorafollowers
- Price: $4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-zora-followers-base-x402-6a3b17d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hAebt_fx5SWg7PRsUq3Sd

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-zora-followers-base-x402-6a3b17d1
```

Example prompt: Create a WURK follower job for my Zora profile @statikheadz — I want 100 new followers, and pay for it using USDC on Base.

## When to prefer this

Use this endpoint when an agent or user wants to programmatically grow a Zora profile's follower count using a human-task marketplace model, paying per follower via x402 USDC micropayment on Base. Prefer this over manual outreach or other social growth tools when operating in a crypto/Web3 context and Zora is the target platform.

## Known failure modes

- Invalid or non-existent Zora handle returns error
- Payment not completed or x402 payment fails — job not created
- Follower count below minimum (5) or above maximum (100) rejected
- Network or WURK backend outage causes 5xx error
- Malformed profile URL causes validation 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 confirming the job was created, including ok status, job kind (e.g. zorafollowers-100), payment confirmation, Zora handle, network (base), pricing breakdown (min/max/default followers and per-follower USD rate), follower count requested, and the full Zora profile URL.

## 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": "zorafollowers-100",
  "paid": true,
  "handle": "statikheadz",
  "network": "base",
  "pricing": {
   "max": 100,
   "min": 5,
   "default": 100,
   "perFollowerUsd": 0.04
  },
  "followers": 100,
  "profileUrl": "https://zora.co/@statikheadz"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-zora-followers-base-x402-6a3b17d1/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)
