# Orthogonal LinkedIn Live Profile Fetch

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

Fetches and returns a live, enriched LinkedIn profile given a profile slug, Sales Navigator URN, or full LinkedIn URL

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/linkedin-live-fetch/profile/single
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-linkedin-live-profile-fetch-f59a8254
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OwnQrpd7IV4tnsT8pvTx1

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 orthogonal-linkedin-live-profile-fetch-f59a8254 -d '<json body>'
```

Example prompt: Can you pull the live LinkedIn profile for 'williamhgates' and include detailed work experience with company websites and locations?

## When to prefer this

Use this endpoint when you need live, up-to-date LinkedIn profile data for a specific individual and have their LinkedIn slug, profile URL, or Sales Navigator URN. Prefer this over static enrichment databases when freshness matters — e.g. for sales outreach, recruiting, or CRM sync. Opt for the detailed flags only when you need company or school metadata, as they increase latency.

## Known failure modes

- Invalid or non-existent LinkedIn slug returns an error or empty profile
- Private LinkedIn profiles may return limited or no data
- Rate limiting or LinkedIn anti-scraping measures may cause intermittent failures
- Malformed Sales Navigator URNs return validation errors
- Stale or deleted profiles may return outdated or no data

## How this service works

Returns an enriched profile with details for a given LinkedIn profile identifier

## Output

A structured JSON object containing the enriched LinkedIn profile, including name, headline, current position, summary, work experience entries, education entries, and optionally detailed company and school metadata (LinkedIn URLs, websites, locations) when the respective detail flags are enabled.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "identifier": {
   "type": "string",
   "description": "Identifier can be a profile's LinkedIn slug (e.g. 'williamhgates' from <linkedin.com/in/williamhgates>), a Sales Navigator URN (e.g. 'ACwAAA.....'), or a full LinkedIn URL (e.g. 'https://www.linkedin.com/in/williamhgates/') "
  },
  "getDetailedEducation": {
   "type": "boolean",
   "description": "Whether to include deep details about each educational item, like the school's LinkedIn URL, website, location, etc. That'll be put in the detailedEducation array. This slows down the API call, so only enable this if you need it."
  },
  "getDetailedWorkExperience": {
   "type": "boolean",
   "description": "Whether to include deep details about each work experience item, like the company's LinkedIn URL, website, location, etc. That'll be put in the detailedWorkExperience array. This slows down the API call, so only enable this if you need it."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-linkedin-live-profile-fetch-f59a8254/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)
