# Clado LinkedIn Profile Enrichment via Locus x402

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

Fetches and enriches a LinkedIn profile with structured contact, career, and lead generation data given a LinkedIn URL.

## Facts

- Endpoint: POST https://clado.x402.paywithlocus.com/clado/linkedin-profile
- Price: $0.013/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clado-linkedin-profile-enrichment-via-locus-x402-424d0868
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SMdAfSQDZVCEfef_TKLzd

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-linkedin-profile-enrichment-via-locus-x402-424d0868 -d '<json body>'
```

Example prompt: Can you pull the full LinkedIn profile data for https://www.linkedin.com/in/satyanadella — I need their current role, company, and any contact details available for my lead research.

## When to prefer this

Choose this endpoint when you have a specific LinkedIn profile URL and need structured, enriched professional data for that individual — ideal for B2B sales prospecting, recruiting, or account-based marketing workflows where you already know the LinkedIn identity of your target. Prefer this over general people-search endpoints when the LinkedIn URL is already known.

## Known failure modes

- Invalid or non-existent LinkedIn URL returns empty data object
- Private or restricted LinkedIn profiles may return limited or no data
- Malformed URL input causes request failure
- Payment settlement failure prevents request from completing
- Rate limiting or upstream LinkedIn data unavailability may cause empty results

## How this service works

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

## Output

A JSON object containing enriched LinkedIn profile data including the person's name, current title, company, career history, education, and any available contact details, along with payment confirmation metadata and a request tracking ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "linkedin_url": {
   "type": "string",
   "description": "LinkedIn profile URL"
  }
 }
}
```

## 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-linkedin-profile-enrichment-via-locus-x402-424d0868/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)
