# LinkedIn Job Search via x402.orthogonal.com

> LinkedIn Job 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 LinkedIn job postings by supplying a LinkedIn job search URL with filters like keywords, location, and company already encoded.

## Facts

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

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

Example prompt: Search LinkedIn for remote Python developer jobs in New York — use this LinkedIn job search URL I got from my browser: https://www.linkedin.com/jobs/search/?keywords=python+developer&location=New+York&f_WT=2

## When to prefer this

Use this endpoint when you need to programmatically retrieve LinkedIn job listings using a specific search URL with pre-configured filters. It is ideal when the user has already crafted a LinkedIn job search in their browser with the exact filters they want (location, keywords, company, remote, experience level) and wants those results surfaced to an agent. Prefer this over generic web search when you specifically need structured LinkedIn job data.

## Known failure modes

- Invalid or malformed LinkedIn job search URL returns an error
- LinkedIn rate limiting or bot detection blocks the request
- URL points to a non-job-search LinkedIn page, returning unexpected results
- No jobs found matching the search filters returns an empty result set
- LinkedIn changes its page structure, causing parsing failures

## How this service works

Search for job postings on LinkedIn using keywords, location, company, and other filters.

## Output

A list of LinkedIn job postings matching the search criteria encoded in the provided URL, including job titles, company names, locations, posting dates, and links to individual job listings.

## Request schema (JSON Schema)

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

## More

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