# LinkedIn Profile Skills Extractor

> LinkedIn Profile Skills 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-16).

Extracts the list of skills and their endorsement counts from a given LinkedIn profile URL.

## Facts

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

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-profile-skills-extractor-01dfab9d -d '<json body>'
```

Example prompt: Can you pull all the skills and endorsement counts from this LinkedIn profile: https://www.linkedin.com/in/johndoe/?

## When to prefer this

Choose this endpoint when you need structured skills and endorsement data from a specific LinkedIn profile URL, particularly for recruiting, talent screening, or professional benchmarking workflows. It is more targeted than a general LinkedIn profile scraper — focusing specifically on the skills section — making it ideal when endorsement counts matter for decision-making.

## Known failure modes

- Invalid or non-existent LinkedIn profile URL returns an error or empty result
- Private or restricted LinkedIn profiles may not be accessible and return no data
- LinkedIn rate limiting or anti-scraping measures may cause intermittent failures
- Profiles with no skills section return an empty skills list
- Malformed URL input causes a validation error

## How this service works

Extract the skills listed on a LinkedIn profile including skill names and endorsement counts.

## Output

Returns a structured list of skills present on the LinkedIn profile, each paired with its endorsement count, allowing assessment of which skills are most validated by the user's professional network.

## 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-profile-skills-extractor-01dfab9d/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)
