# Clado Deep Research More (Extended Results)

> Clado Deep Research More (Extended Results) is a paid API for AI agents from clado.x402.paywithlocus.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Retrieves additional results for an in-progress deep research job on people/leads, extending the initial result set.

## Facts

- Endpoint: POST https://clado.x402.paywithlocus.com/clado/deep-research-more
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clado-deep-research-more-extended-results-06a951ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R51qgFlE0Si8_seJs5U-o

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 clado-deep-research-more-extended-results-06a951ec -d '<json body>'
```

Example prompt: I already started a Clado deep research job — the job ID is 'abc-12345'. Can you fetch 30 more results from it so I have more leads to work with?

## When to prefer this

Use this endpoint when you have already initiated a Clado deep research job and need to retrieve more results beyond the initial batch. It is specifically designed for pagination/extension of existing research jobs rather than starting new searches. Prefer this over re-running a new deep research when you want to expand your lead list without duplicating work.

## Known failure modes

- Invalid or expired jobId returns empty data or error
- additional_limit set too high may time out or return partial results
- Payment failure (insufficient USDC balance) blocks the request
- Job ID from a different user or account returns unauthorized error
- Job not yet completed may return incomplete or no additional results

## How this service works

People search, LinkedIn enrichment, and deep research for lead generation.

## Output

Returns a data object containing additional enriched people/lead profiles from the specified deep research job, along with payment confirmation details (settled USDC amount) and a request status URL for tracking.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "jobId": {
   "type": "string",
   "description": "Deep research job ID"
  },
  "additional_limit": {
   "type": "number",
   "description": "Additional results (default 30)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clado-deep-research-more-extended-results-06a951ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clado.x402.paywithlocus.com](https://www.zero.xyz/host/clado.x402.paywithlocus.com/llms.txt)
