# LinkedIn Company Employee Insights Extractor

> LinkedIn Company Employee Insights 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-14).

Extracts employee analytics from a LinkedIn company page, including headcount breakdowns by function, location, and seniority level.

## Facts

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

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-employee-insights-extractor-ddbeab9e -d '<json body>'
```

Example prompt: Pull the employee insights from Stripe's LinkedIn company page — I want to see headcount broken down by function, location, and seniority level.

## When to prefer this

Use this endpoint when you need structured, segmented workforce data from LinkedIn — specifically headcount by function, location, and seniority — without needing to manually parse LinkedIn pages. Ideal for competitive intelligence, investment research, sales prospecting, or HR benchmarking workflows where LinkedIn's own aggregated employee insights are sufficient.

## Known failure modes

- Invalid or non-existent LinkedIn company URL returns an error
- Private or restricted company pages may return incomplete data
- LinkedIn rate limiting or anti-scraping measures may cause request failures
- Company pages with very few employees may have suppressed/aggregated data
- Malformed URL input returns validation error

## How this service works

Extract employee insights and analytics from a LinkedIn company page, including headcount by function, location, and seniority.

## Output

Returns structured employee analytics data extracted from the target LinkedIn company page, including headcount numbers segmented by function (e.g. engineering, sales, marketing), geographic location, and seniority level (e.g. entry-level, senior, director, VP). Data reflects LinkedIn's own aggregated insights for the company.

## 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-employee-insights-extractor-ddbeab9e/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)
