# LinkedIn Licenses & Certifications Extractor

> LinkedIn Licenses & Certifications 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 licenses and certifications from a LinkedIn profile, returning credential names, issuing organizations, and associated dates.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-extract-licenses-certifications/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-licenses-certifications-extractor-e65a087b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6w8OPzPq2s4LvKCryf4AM

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-licenses-certifications-extractor-e65a087b -d '<json body>'
```

Example prompt: Can you pull all the licenses and certifications listed on this LinkedIn profile — https://www.linkedin.com/in/janedoe — including the credential names, issuing organizations, and any dates?

## When to prefer this

Choose this endpoint when you need to programmatically extract structured certification and licensing data from a specific LinkedIn profile URL, particularly for recruiting workflows, lead enrichment, or credential verification tasks where manual review is too slow.

## Known failure modes

- Invalid or non-existent LinkedIn profile URL returns an error
- Private LinkedIn profiles may block data extraction
- LinkedIn rate limiting or access restrictions may cause failures
- Profile with no certifications returns an empty list
- Malformed URL input causes a validation error

## How this service works

Extract licenses and certifications from a LinkedIn profile including credential name, issuing organization, and dates.

## Output

A structured list of licenses and certifications found on the LinkedIn profile, each including the credential name, issuing organization, issue date, and expiration date where available.

## 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-licenses-certifications-extractor-e65a087b/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)
