# LinkedIn Company Affiliates Extractor

> LinkedIn Company Affiliates 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 the list of affiliated companies (subsidiaries and parent companies) linked to a LinkedIn company page.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-extract-company-affiliates/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-affiliates-extractor-0f0c156e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LijsrMbnL0pFJ27oMjjE4

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-affiliates-extractor-0f0c156e -d '<json body>'
```

Example prompt: Can you pull the list of affiliated companies — subsidiaries and parent companies — linked to Microsoft's LinkedIn page at https://www.linkedin.com/company/microsoft/?

## When to prefer this

Use this endpoint when you need to programmatically discover corporate affiliates (subsidiaries or parent companies) from a LinkedIn company page without manual browsing. Ideal for corporate intelligence, due diligence, competitive analysis, or building corporate relationship graphs. Prefer this over general web scraping when the data is specifically on LinkedIn's structured company affiliate section.

## Known failure modes

- LinkedIn company URL is invalid or malformed — returns error
- LinkedIn page has no affiliates section listed — returns empty result
- LinkedIn page is private or requires login to view affiliates — returns restricted access error
- Rate limiting or blocking by LinkedIn — returns failure or empty data
- URL points to a personal profile instead of a company page — returns error

## How this service works

Extract the list of affiliated companies (subsidiaries, parent companies) linked to a LinkedIn company page.

## Output

A structured list of companies affiliated with the given LinkedIn company, including subsidiaries and parent companies, with their names and LinkedIn profile links as available on the company's LinkedIn page.

## 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-affiliates-extractor-0f0c156e/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)
