# LinkedIn People Profile Extractor

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

Extracts detailed profile information from a LinkedIn person's profile including name, headline, experience, education, and skills.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-extract-people/run/live
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-people-profile-extractor-33be587f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cnGZ2_tXc7-XE5S689XVg

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-people-profile-extractor-33be587f -d '<json body>'
```

Example prompt: Can you pull the full profile details — name, headline, work experience, education, and skills — from this LinkedIn profile: https://www.linkedin.com/in/johndoe?

## When to prefer this

Choose this endpoint when you need structured professional profile data from a specific LinkedIn person profile URL, particularly for recruiting workflows, sales lead enrichment, or people intelligence use cases. Prefer this over general web scrapers when you need parsed, structured LinkedIn-specific fields rather than raw HTML.

## Known failure modes

- Invalid or malformed LinkedIn profile URL returns an error
- Private or restricted LinkedIn profiles may return incomplete or no data
- LinkedIn rate limiting or bot detection may cause extraction failures
- Profile URL points to a company page instead of a person profile
- Network timeout or LinkedIn page unavailability causes extraction failure

## How this service works

Extract detailed profile information from LinkedIn people including name, headline, experience, education, and skills.

## Output

Returns structured profile data including the person's full name, professional headline, detailed work experience (companies, roles, dates), educational background, and listed skills extracted from their LinkedIn profile page.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-people-profile-extractor-33be587f/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)
