# Portals Protocol LinkedIn Company Employees

> Portals Protocol LinkedIn Company Employees is a paid API for AI agents from api.portalsprotocol.com, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-13).

Fetches the list of employees for a given LinkedIn company profile

## Facts

- Endpoint: POST https://api.portalsprotocol.com/linkedin/company/employees
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-portalsprotocol-com-6ce6f5a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oLMIzWZjQzNKGpGEX7HE5

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 api-portalsprotocol-com-6ce6f5a4 -d '<json body>'
```

Example prompt: Can you get me a list of employees at Stripe's LinkedIn company page? I want their names, job titles, and profile URLs for sales research.

## When to prefer this

Use this endpoint when you need structured employee data from a specific LinkedIn company page and want a pay-per-call model without managing LinkedIn API credentials or scraping infrastructure yourself. Prefer this over LinkedIn's official API when you need quick access without OAuth setup, or over generic web scrapers when you want structured, normalized output.

## Known failure modes

- Company not found on LinkedIn — returns 404 or empty results
- Invalid company identifier format — returns 400 bad request
- LinkedIn rate limiting or anti-scraping block — returns 429 or 503
- Payment not processed — returns 402 payment required
- Company profile is private or restricted — returns empty or partial results
- Request timeout if company has very large employee count

## Output

Returns a list of LinkedIn employee records for the specified company, including names, job titles, and profile URLs, potentially with pagination metadata and total employee count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company"
 ],
 "properties": {
  "company": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-portalsprotocol-com-6ce6f5a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.portalsprotocol.com](https://www.zero.xyz/host/api.portalsprotocol.com/llms.txt)
