# Clado LinkedIn Profile Scraper via Locus x402

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

Scrapes and enriches a LinkedIn profile URL to return structured professional data for lead generation and people research.

## Facts

- Endpoint: POST https://clado.x402.paywithlocus.com/clado/scrape
- Price: $0.023/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clado-linkedin-profile-scraper-via-locus-x402-4205cbaa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kMo9m-YkM9zoENglZ6QSG

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-scraper-via-locus-x402-4205cbaa -d '<json body>'
```

Example prompt: Can you pull the full professional profile for this person from LinkedIn — https://www.linkedin.com/in/johndoe — I need their current job title, company, and work history for a sales call I'm preparing for.

## When to prefer this

Choose this endpoint when you need to enrich a known LinkedIn profile URL with structured professional data for sales, recruiting, or research purposes. It is ideal when you already have a specific LinkedIn URL and want detailed profile information rather than performing a broad people search. Prefer this over generic web scrapers when the target is specifically a LinkedIn profile and you need structured output suitable for CRM enrichment or lead qualification.

## Known failure modes

- Invalid or inaccessible LinkedIn URL returns empty or error data
- Private LinkedIn profiles may return limited or no data
- Rate limiting or LinkedIn anti-scraping measures may cause failures
- Malformed URL input may result in a failed request
- Payment failure via x402 protocol may prevent the call from completing

## How this service works

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

## Output

Returns a JSON object containing structured professional profile data extracted from the LinkedIn profile, such as name, current job title, employer, work history, education, and other publicly available profile fields. Also includes payment confirmation metadata (settled USDC amount) and a request ID with a status URL for async tracking.

## 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-scraper-via-locus-x402-4205cbaa/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)
