# LinkedIn Event Search via x402.orthogonal.com

> LinkedIn Event 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-15).

Search for LinkedIn events using a LinkedIn Event search URL with keyword, date, and location filters.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-search-events/run/live
- Price: $0.88/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-event-search-via-x402-orthogonal-com-c9486eb4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qzdoSRQs8yKFIjQMCNetF

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

Example prompt: Search LinkedIn for events about artificial intelligence happening in San Francisco next month — use a LinkedIn Event search URL filtered by that keyword and location.

## When to prefer this

Choose this endpoint when you need to programmatically discover LinkedIn events by keyword, date range, or location — particularly when building event discovery workflows, monitoring industry events, or aggregating professional event data. It is most useful when the user can construct or provide a valid LinkedIn Event search URL with the desired filters already applied.

## Known failure modes

- Invalid or malformed LinkedIn Event search URL returns an error or empty results
- LinkedIn rate limiting or bot detection may cause scraping failures
- Stale or outdated search URL may return no results if LinkedIn redirects
- Events outside the filtered date or location may not be returned if URL filters are misconfigured
- LinkedIn layout changes may break extraction and return incomplete data

## How this service works

Search for events on LinkedIn using keywords, date, and location filters.

## Output

A list of LinkedIn events matching the search criteria, including event names, dates, locations, organizer details, and links to each event's LinkedIn page, extracted from the LinkedIn Event search results page.

## Request schema (JSON Schema)

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

## More

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