# LinkedIn Company Search via x402.orthogonal.com

> LinkedIn Company Search via x402.orthogonal.com 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 companies on LinkedIn using a browser-derived search URL with filters like industry, size, location, and keywords.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-search-companies/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-search-via-x402-orthogonal-com-5c6c0a55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E-KOX1Li0clAZN1yR8Vbf

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-search-via-x402-orthogonal-com-5c6c0a55 -d '<json body>'
```

Example prompt: Search LinkedIn for mid-size fintech companies based in New York — use this LinkedIn company search URL I got from my browser: https://www.linkedin.com/search/results/companies/?keywords=fintech&geoUrn=%5B%22102571732%22%5D&companySize=%5B%22D%22%2C%22E%22%5D

## When to prefer this

Choose this endpoint when you need to programmatically search LinkedIn for companies matching specific criteria (industry, size, location, keywords) and you can supply a LinkedIn company search URL constructed from the browser. It is especially useful for B2B lead generation, market research, and competitive intelligence workflows where LinkedIn's company database is the authoritative source.

## Known failure modes

- Invalid or malformed LinkedIn company search URL returns an error or empty results
- LinkedIn rate limiting or anti-scraping measures may cause failures
- Expired or session-specific LinkedIn URLs may not return results
- Filters in the URL may yield zero results if too restrictive
- Network timeouts if LinkedIn pages are slow to respond

## How this service works

Search for companies on LinkedIn using filters like industry, size, location, and keywords.

## Output

A list of LinkedIn company profiles matching the provided search URL filters, including company names, industries, sizes, locations, and LinkedIn profile links.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Input parameters: linkedin_company_search_url (required): LinkedIn Company search URL from browser"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-company-search-via-x402-orthogonal-com-5c6c0a55/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)
