# Clado Deep Research Status

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

Polls the status and paginated results of a previously submitted deep research job for lead generation and LinkedIn enrichment.

## Facts

- Endpoint: POST https://clado.x402.paywithlocus.com/clado/deep-research-status
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clado-deep-research-status-f1b827e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hgfvpfzWg0wfz65d8ZNbE

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-status-f1b827e4 -d '<json body>'
```

Example prompt: Can you check the status of my Clado deep research job with ID 'abc-123' and get me the first 20 results from it?

## When to prefer this

Use this endpoint after initiating a Clado deep research job and needing to poll for its status or retrieve paginated results. It is the correct follow-up call to an async deep research submission, not for initiating new searches or looking up profiles directly. Prefer this over direct search endpoints when your research job is already queued and you need incremental result fetching.

## Known failure modes

- Invalid or unknown jobId returns empty or error data
- Job still processing returns partial or empty results
- Invalid page or page_size values may return no results
- Payment failure via x402 protocol prevents result retrieval
- Network timeout if the results payload is large

## How this service works

Locus public pay-per-use API

## Output

Returns a JSON object with a 'data' field containing the current status and any available paginated results of the deep research job, along with payment confirmation details (settled USDC amount), and a success boolean. Results include enriched lead/LinkedIn data accumulated so far.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "number",
   "description": "Page number"
  },
  "jobId": {
   "type": "string",
   "description": "Deep research job ID"
  },
  "page_size": {
   "type": "number",
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clado-deep-research-status-f1b827e4/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)
