# LinkedIn Content Search

> LinkedIn Content 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).

Searches for posts and articles on LinkedIn using a LinkedIn Content search URL with keyword and filter parameters.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-search-content/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-content-search-671fb6b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zMUnVsZ6KR72MQWRxHRZu

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-content-search-671fb6b7 -d '<json body>'
```

Example prompt: Search LinkedIn for posts and articles about 'generative AI in healthcare' — use the LinkedIn Content search URL I get when I type that into LinkedIn's search bar filtered to Posts.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve LinkedIn post and article search results using a LinkedIn Content search URL. It is ideal for competitive intelligence, brand monitoring, lead research, or trend analysis on LinkedIn content without needing direct LinkedIn API credentials. Prefer this over generic web scrapers when you specifically need structured LinkedIn content search results.

## Known failure modes

- Invalid or malformed LinkedIn Content search URL causes no results or an error
- LinkedIn rate limiting or bot detection blocks the scrape and returns empty or error response
- Search URL pointing to a non-content search (e.g. People or Jobs) may return unexpected results
- LinkedIn login-required pages may not be accessible, returning partial or no content
- Stale or expired search URLs may return outdated or no results

## How this service works

Search for posts and articles on LinkedIn using keywords and filters.

## Output

Returns a list of LinkedIn posts and articles matching the search query, likely including post text, author details, engagement metrics, and publication timestamps extracted from the LinkedIn content search results page.

## Request schema (JSON Schema)

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

## More

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