# WithZero Person Profile Enrichment via ZeroClick

> WithZero Person Profile Enrichment via ZeroClick is a paid API for AI agents from agents.withzero.xyz, paid per call via x402 or MPP, $0.03/call, status unknown (last checked 2026-09-15, last successful call 2026-07-06).

Enrich a LinkedIn or professional profile URL into structured person data using a waterfall enrichment pipeline, with pay-per-use billing via x402.

## Facts

- Endpoint: POST https://agents.withzero.xyz/api/v1/pipe0/person/profile
- Price: $0.03/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-06
- Success rate: 100% of calls made through Zero
- Rating: 3.7 / 5 from 3 reviews
- Activations on Zero: 5
- Tags: x402
- Canonical page: https://www.zero.xyz/c/withzero-person-profile-enrichment-via-zeroclick-9c83bccd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gMvvIUtt6gB1h6DWwHven

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 withzero-person-profile-enrichment-via-zeroclick-9c83bccd -d '<json body>'
```

Example prompt: Look up this LinkedIn profile and give me enriched professional data about the person — their current role, company, and contact details: https://www.linkedin.com/in/janedoe/

## When to prefer this

Choose this endpoint when you need to enrich a single LinkedIn or professional profile URL into structured person data without maintaining your own API keys for data providers. It is ideal for AI agents doing sales prospecting, recruiting research, or due diligence that need pay-per-use enrichment billed transparently in USDC via x402, with no vendor account setup required.

## Known failure modes

- Invalid or non-LinkedIn profile URL returns a validation error
- Profile not found in enrichment data sources returns empty or partial results
- Payment failure (insufficient funds or x402 auth error) blocks the request
- Sandbox environment returns mocked or limited data
- Rate limiting if too many requests are made in quick succession
- Private or restricted LinkedIn profiles may yield minimal data

## How this service works

Create media, research companies and people, publish to the web, remember context, deploy apps, and schedule work—on demand, without vendor accounts or API keys. This server is a pay-per-use, transparent proxy in front of WithZero's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge.

## Output

A structured object containing enriched professional data about the person, including name, current role, employer, career history, contact signals, and other profile attributes derived from the waterfall enrichment pipeline.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "environment": {
   "enum": [
    "production",
    "sandbox"
   ],
   "type": "string"
  },
  "profile_urls": {
   "type": "array",
   "items": {
    "type": "string",
    "minLength": 1
   },
   "maxItems": 1,
   "minItems": 1,
   "description": "LinkedIn/profile URLs to enrich through people:profile:waterfall@1."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/withzero-person-profile-enrichment-via-zeroclick-9c83bccd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.withzero.xyz](https://www.zero.xyz/host/agents.withzero.xyz/llms.txt)
