# WURK API - Base Followers Growth

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

Creates a paid WURK task on wurk.fun to gain followers on a Base (Base.app) profile, funded via x402 USDC micropayment.

## Facts

- Endpoint: GET https://wurkapi.fun/base/basefollowers
- Price: $4/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-followers-growth-a0b1349d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Eh0K5OxbQVKuunSaM-PG

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-followers-growth-a0b1349d
```

Example prompt: Get me 100 followers on my Base profile at base.app/profile/0xAbC123... — pay for it with USDC through the WURK micropayment system.

## When to prefer this

Use this endpoint when you specifically want to grow followers on a Base (base.app) social profile and want to pay via x402 USDC micropayment on the Base network. Prefer this over Instagram or Solana follower endpoints when the target is a Base blockchain social identity.

## Known failure modes

- Invalid or unresolvable Base profile URL or 0x address — job not created
- Requested follower count outside allowed range (min 5, max 500) — validation error
- USDC payment via x402 fails or is insufficient — payment error, job not created
- Network congestion on Base causing delayed job creation
- Malformed request missing required profile or count parameters — 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 the job was created and paid, including the job kind (e.g. 'basefollowers-100'), paid status, network ('base'), pricing breakdown (per-follower USD rate, min/max/default follower counts), the requested follower count, and the target 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": "basefollowers-100",
  "paid": true,
  "network": "base",
  "pricing": {
   "max": 500,
   "min": 5,
   "default": 100,
   "perFollowerUsd": 0.04
  },
  "followers": 100,
  "profileUrl": "https://base.app/profile/0x0000000000000000000000000000000000000000"
 }
}
```

## More

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