# OneShot Agent LinkedIn Profile Enrichment

> OneShot Agent LinkedIn Profile Enrichment is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14, last successful call 2026-08-06).

Enriches a LinkedIn profile URL into structured professional data about a person

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/tools/enrich/profile
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-08-06
- Success rate: 86% of calls made through Zero
- Rating: 3.0 / 5 from 2 reviews
- Activations on Zero: 7
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oneshot-agent-linkedin-profile-enrichment-32b81ae9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z5X8x5cTSVWgyP1lOaiL8

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 oneshot-agent-linkedin-profile-enrichment-32b81ae9 -d '<json body>'
```

Example prompt: Can you enrich this LinkedIn profile and pull out their current job title, company, and any other professional details: https://www.linkedin.com/in/johndoe/?

## When to prefer this

Use this endpoint when you have a specific LinkedIn profile URL and need structured professional data about that individual — ideal for sales lead enrichment, recruiter research, or building contact intelligence from a known LinkedIn handle. Prefer this over general web search when you need clean, structured output from a single LinkedIn profile.

## Known failure modes

- Invalid or malformed LinkedIn URL returns a 400 error
- Private or restricted LinkedIn profile may return empty or partial data
- Profile not found returns a 404 or empty result
- Rate limiting or upstream LinkedIn access issues may cause 429 or 503 responses
- Payment not processed correctly via x402 protocol results in 402 Payment Required

## How this service works

Profile enrichment from LinkedIn URL

## Output

Returns structured professional profile data extracted from the provided LinkedIn URL, typically including name, current role, company, work history, skills, and other publicly available profile fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "linkedin_url": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oneshot-agent-linkedin-profile-enrichment-32b81ae9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from win.oneshotagent.com](https://www.zero.xyz/host/win.oneshotagent.com/llms.txt)
