# LinkedIn Company Page Extractor

> LinkedIn Company Page Extractor is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-16).

Extracts detailed structured information from a LinkedIn company page given its URL, including name, description, industry, and employee count.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-extract-company/run/live
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-company-page-extractor-243c8b62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1NMpHinRkd4ymShvjnt5U

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-company-page-extractor-243c8b62 -d '<json body>'
```

Example prompt: Can you pull the company details from this LinkedIn page — https://www.linkedin.com/company/openai — and tell me their industry, employee count, and description?

## When to prefer this

Use this endpoint when you have a specific LinkedIn company URL and need structured company profile data programmatically — ideal for CRM enrichment, lead qualification, competitor research, or due diligence workflows where LinkedIn is the authoritative source for company information.

## Known failure modes

- Invalid or malformed LinkedIn company URL returns an error
- Private or restricted company pages may return incomplete data
- LinkedIn rate limiting or anti-bot measures may cause extraction failures
- Company page no longer exists or has been removed
- Network timeouts if LinkedIn is slow to respond

## How this service works

Extract detailed information from a LinkedIn company page including name, description, industry, employee count, and more.

## Output

Returns structured company data extracted from the LinkedIn company page, including the company name, description, industry classification, employee count, and potentially other profile fields such as headquarters location, founded date, and website.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Input parameters: linkedin_company_url (required, string): LinkedIn Company URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-company-page-extractor-243c8b62/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)
