# Clado Contact Enrichment via Locus x402

> Clado Contact Enrichment via Locus x402 is a paid API for AI agents from clado.x402.paywithlocus.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-15).

Looks up and enriches contact profiles (LinkedIn, email, phone) for lead generation and people search using the Clado data platform.

## Facts

- Endpoint: POST https://clado.x402.paywithlocus.com/clado/contacts
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clado-contact-enrichment-via-locus-x402-d3c9b31b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h8B1Df5UkzzH--o1-2c29

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-contact-enrichment-via-locus-x402-d3c9b31b -d '<json body>'
```

Example prompt: Can you look up the LinkedIn profile and enrich the email for the contact john.smith@acme.com using Clado?

## When to prefer this

Choose this endpoint when you need to enrich B2B contact profiles using email, phone, or LinkedIn URL as an identifier, especially when you need LinkedIn profile data alongside contact details. It is well-suited for sales automation pipelines, CRM enrichment workflows, and lead generation use cases where per-contact pay-as-you-go pricing ($0.04 USDC) is preferable to a bulk subscription. Prefer this over generic people-search APIs if LinkedIn enrichment is a priority.

## Known failure modes

- Contact not found in Clado database — empty data object returned
- Invalid or malformed email/phone/LinkedIn URL input — validation error
- Insufficient credits or payment failure — request rejected
- Rate limiting if too many requests sent in rapid succession
- LinkedIn URL format not recognized — lookup fails silently

## How this service works

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

## Output

Returns a JSON object containing enriched contact profile data (LinkedIn details, email, phone depending on flags set), plus payment settlement metadata including USDC amount charged and a request ID with a status URL for async tracking.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string"
  },
  "phone": {
   "type": "string"
  },
  "linkedin_url": {
   "type": "string"
  },
  "email_enrichment": {
   "type": "boolean"
  },
  "phone_enrichment": {
   "type": "boolean"
  }
 }
}
```

## 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-contact-enrichment-via-locus-x402-d3c9b31b/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)
