# LinkedIn Education History Extractor

> LinkedIn Education History 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 education history from a LinkedIn profile URL, returning schools, degrees, fields of study, and dates.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-extract-people-educations/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-education-history-extractor-ca87af28
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7CzTHK3wr7P9QL1P2Kmt1

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-education-history-extractor-ca87af28 -d '<json body>'
```

Example prompt: Can you pull the education history from this LinkedIn profile — https://www.linkedin.com/in/janedoe — and list all the schools, degrees, and fields of study she has?

## When to prefer this

Use this endpoint when you need structured education data (schools, degrees, fields of study, dates) from a specific LinkedIn profile URL. Prefer it over general web scrapers when you want parsed, normalized education history rather than raw HTML, and over manual lookup when processing multiple candidates or enriching a CRM or ATS.

## Known failure modes

- LinkedIn profile URL is private or does not exist — returns empty or error response
- Rate limiting or LinkedIn anti-scraping measures block the request
- Malformed LinkedIn URL causes a parsing or request error
- Profile has no education section listed — returns empty education array
- Network timeout or upstream scraping failure

## How this service works

Extract education history from LinkedIn profiles including schools, degrees, fields of study, and dates.

## Output

Returns structured education history from the LinkedIn profile, including a list of educational entries each containing school name, degree type, field of study, and start/end dates.

## 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-education-history-extractor-ca87af28/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)
