# LinkedIn Company Employee Search

> LinkedIn Company Employee Search is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.88/call, status unknown (last checked 2026-09-14).

Search for employees of a specific company on LinkedIn using the company URL or ID, with optional filters

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-search-company-employees/run/live
- Price: $0.88/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-search-16e68b07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bjKfOgse5CF5nSRe6LydJ

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-search-16e68b07 -d '<json body>'
```

Example prompt: Can you search LinkedIn for employees at Microsoft? Their LinkedIn company URL is https://www.linkedin.com/company/microsoft/ — I want to find people who work there.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve employees of a specific company from LinkedIn using a known company URL or ID. It is best suited for lead generation, competitive intelligence, recruiting research, or any workflow requiring structured employee data from LinkedIn. Prefer this over generic web scraping when you specifically need LinkedIn employee data tied to a company entity.

## Known failure modes

- Invalid or inaccessible LinkedIn company URL returns an error or empty results
- LinkedIn company ID not found returns empty or error response
- Rate limiting or anti-scraping protections on LinkedIn may cause request failures
- Malformed input schema causes validation error
- Company with no publicly visible employees returns empty results

## How this service works

Search for employees of a specific company on LinkedIn with optional filters.

## Output

A list of LinkedIn employee profiles associated with the specified company, potentially including names, job titles, profile URLs, and other publicly available LinkedIn profile data returned for matched employees.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-company-employee-search-16e68b07/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)
