# LinkedIn People Search via x402.orthogonal.com

> LinkedIn People 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 people on LinkedIn using a LinkedIn People search URL with filters like title, company, location, and keywords.

## Facts

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

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

Example prompt: Search LinkedIn for product managers at Stripe in San Francisco — grab me the results using a LinkedIn People search URL filtered by that title and company.

## When to prefer this

Choose this endpoint when you need to programmatically search LinkedIn for people matching specific professional criteria (title, company, location, keywords) and want structured profile data back. It is ideal for sales prospecting, talent sourcing, competitive research, or building contact lists. Prefer this over generic web scraping when the target is specifically LinkedIn People search results.

## Known failure modes

- Invalid or malformed LinkedIn People search URL returns an error
- LinkedIn rate limiting or anti-scraping measures may cause request failures
- Expired or region-restricted LinkedIn search URLs may return empty results
- Network timeouts if LinkedIn pages are slow to respond
- Results may be incomplete if LinkedIn requires login for full profile visibility

## How this service works

Search for people on LinkedIn using filters like title, company, location, and keywords.

## Output

Returns a list of LinkedIn people profiles matching the search filters, including names, job titles, current companies, locations, and LinkedIn profile URLs, as extracted from the LinkedIn People search results page.

## Request schema (JSON Schema)

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

## More

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