# LinkedIn Work Experience Extractor

> LinkedIn Work Experience Extractor is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-14).

Extracts detailed work experience history from a LinkedIn profile, returning job titles, companies, dates, and role descriptions.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-extract-people-experiences/run/live
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-work-experience-extractor-640af191
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cBjpwA18PVyc0y937vnFg

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 linkedin-work-experience-extractor-640af191 -d '<json body>'
```

Example prompt: Pull the full work experience history from this LinkedIn profile — https://www.linkedin.com/in/johndoe — I need all the job titles, company names, and dates they've worked there.

## When to prefer this

Use this endpoint when you need structured work history data from a specific LinkedIn profile URL, particularly for recruitment, sales prospecting, background research, or data enrichment workflows. Prefer this over generic web scrapers when you need LinkedIn-specific parsing that cleanly separates job titles, companies, and date ranges into structured fields.

## Known failure modes

- Invalid or malformed LinkedIn profile URL returns an error
- Private or restricted LinkedIn profiles may return no data or incomplete results
- LinkedIn rate limiting or anti-scraping measures may cause transient failures
- Profile with no listed work experience returns empty results
- Non-LinkedIn URLs passed as input will fail validation

## How this service works

Extract detailed work experience history from LinkedIn profiles including job titles, companies, dates, and descriptions.

## Output

Returns a structured list of work experience entries from the LinkedIn profile, each containing job title, company name, employment start and end dates, and a description of responsibilities or achievements for that role.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Input parameters: linkedin_profile_url (required): LinkedIn Profile URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-work-experience-extractor-640af191/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
