# Orthogonal Fiber LinkedIn Company Live Fetch

> Orthogonal Fiber LinkedIn Company Live 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).

Returns enriched, live company profile data for a given LinkedIn company identifier (slug, org ID, URL, or Fiber ID)

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/linkedin-live-fetch/company/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-fiber-linkedin-company-live-fetch-10f88d00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-g8eZHChWSOEn4ZwxnH1Q

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-fiber-linkedin-company-live-fetch-10f88d00 -d '<json body>'
```

Example prompt: Can you fetch the live LinkedIn company profile for 'openai' using their slug and give me all the enriched details Fiber has on them?

## When to prefer this

Choose this endpoint when you need live, enriched LinkedIn company profile data for a specific organization and you have any of their LinkedIn identifiers (slug, org ID, full URL, or Fiber ID). It is ideal for sales prospecting, CRM enrichment, competitive intelligence, or any workflow that needs current LinkedIn company details without building a scraper. Prefer this over generic web scrapers when you want structured, pre-parsed company data rather than raw HTML.

## Known failure modes

- Invalid or unknown slug/orgId/liUrl/fiberId returns a not-found or empty result
- Malformed LinkedIn URL causes validation error
- Wrong identifier type specified (e.g. passing a slug but declaring type as orgId) may return incorrect results
- Rate limiting or upstream LinkedIn data unavailability may cause timeouts
- Payment failure (insufficient USDC balance) blocks the request

## How this service works

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

## Output

An enriched company object containing live LinkedIn company profile data such as company name, description, industry, employee count, headquarters location, website, specialties, and other LinkedIn-sourced metadata fields for the requested organization.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "type": {
   "type": "string",
   "description": "Identifier type. One of: 'slug' (company vanity name, e.g. 'microsoft'), 'orgId' (LinkedIn organization ID, e.g. '1441'), 'liUrl' (full LinkedIn company URL), or 'fiberId' (Fiber company ID, e.g. 'comp_1441')."
  },
  "value": {
   "type": "string",
   "description": "The company's LinkedIn slug (e.g., 'microsoft'), LinkedIn URL (e.g., 'https://www.linkedin.com/company/microsoft' or 'https://www.linkedin.com/company/1441'), LinkedIn organization ID (e.g., '1441' for Google), or Fiber company ID (e.g., 'comp_1441')"
  }
 }
}
```

## More

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