# WithZero via ZeroClick – Wiza Prospect List Continue

> WithZero via ZeroClick – Wiza Prospect List Continue is a paid API for AI agents from agents.withzero.xyz, paid per call via MPP or x402, $0.5/call, status unknown (last checked 2026-09-14).

Continues polling or extending an existing Wiza prospect list job, returning additional enriched B2B lead profiles up to a specified limit.

## Facts

- Endpoint: POST https://agents.withzero.xyz/api/v1/wiza/prospect-lists/continue
- Price: $0.5/call
- Payment: MPP, x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/withzero-via-zeroclick-wiza-prospect-list-continue-02b28f43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gSY-IGfQ-5RFrXI0r7mcg

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 withzero-via-zeroclick-wiza-prospect-list-continue-02b28f43 -d '<json body>'
```

Example prompt: Continue prospect list job #4821 on Wiza and wait for the result — fetch up to 25 more profiles, poll every 2 seconds, and give me up to 30 seconds before timing out.

## When to prefer this

Use this endpoint when you have already initiated a Wiza prospect list job and need to poll for completion, retrieve additional profiles beyond the initial batch, or resume an in-progress enrichment. It is the correct follow-up call after creating a Wiza prospect list — not for starting new lists or searching for contacts from scratch.

## Known failure modes

- Timeout if Wiza job does not complete within max_wait_ms — returns partial or empty results
- Invalid or non-existent prospect list ID returns a 404 or error response
- Wiza upstream service unavailable causes a proxy error
- max_profiles capped at 30; values above this are rejected
- Payment failure via ZeroClick if USDC balance insufficient
- Job still queued after timeout window — agent must retry

## How this service works

Create media, research companies and people, publish to the web, remember context, deploy apps, and schedule work—on demand, without vendor accounts or API keys. This server is a pay-per-use, transparent proxy in front of WithZero's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge.

## Output

Returns enriched B2B lead profiles from the continued Wiza prospect list job, including contact details, company information, and job completion status. The response reflects the final settled credit usage from Wiza once the job is complete.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "integer",
   "maximum": 9007199254740991,
   "description": "ID of the prospect list to continue.",
   "exclusiveMinimum": 0
  },
  "max_wait_ms": {
   "type": "integer",
   "maximum": 60000,
   "minimum": 1,
   "description": "Maximum time to poll Wiza before returning a timeout if the upstream job is still queued/running. Defaults to 25000."
  },
  "callback_url": {
   "type": "string",
   "format": "uri",
   "description": "Optional Wiza webhook URL for asynchronous completion updates."
  },
  "max_profiles": {
   "type": "integer",
   "maximum": 30,
   "minimum": 1,
   "description": "Additional results to return. Defaults to Wiza's previous list value; capped at 30."
  },
  "wait_for_result": {
   "type": "boolean",
   "const": true,
   "description": "Poll Wiza status endpoints before returning. Metered Wiza routes require this to stay true so billing can settle from final credit usage."
  },
  "poll_interval_ms": {
   "type": "integer",
   "maximum": 10000,
   "minimum": 500,
   "description": "Delay between Wiza status polls. Defaults to 2000."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/withzero-via-zeroclick-wiza-prospect-list-continue-02b28f43/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.withzero.xyz](https://www.zero.xyz/host/agents.withzero.xyz/llms.txt)
