# LinkedIn School Search

> LinkedIn School 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 schools and universities on LinkedIn using a LinkedIn School search URL with keywords and filters.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-search-schools/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-school-search-7d7c939b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ES0t3dvnztFY6W6VQjs32

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-school-search-7d7c939b -d '<json body>'
```

Example prompt: Can you search LinkedIn for schools and universities that match this URL I pulled from my browser: https://www.linkedin.com/search/results/schools/?keywords=computer+science&origin=SWITCH_SEARCH_VERTICAL — I want to see a list of matching institutions.

## When to prefer this

Use this endpoint when you need to programmatically search for educational institutions on LinkedIn using keyword-based filters. Prefer this over manual LinkedIn browsing when automating school discovery, building institution databases, or conducting research on universities at scale. Best suited when you already have a LinkedIn school search URL from your browser with the desired filters applied.

## Known failure modes

- Invalid or malformed LinkedIn school search URL results in an error
- LinkedIn rate limiting or blocking may cause request failures
- Non-school LinkedIn search URLs (e.g. people or job searches) may return unexpected results or errors
- Authentication or access issues with LinkedIn may result in empty or blocked responses

## How this service works

Search for schools and universities on LinkedIn using keywords and filters.

## Output

Returns a list of schools and universities found on LinkedIn matching the search criteria from the provided URL, including institution names, LinkedIn profile data, and other available details about each educational institution.

## Request schema (JSON Schema)

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

## More

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