# LinkedIn Group Search via x402.orthogonal.com

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

Searches for LinkedIn groups using a keyword-based LinkedIn Group search URL and returns matching group results.

## Facts

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

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

Example prompt: Search LinkedIn groups for 'artificial intelligence' and give me a list of groups I could join — use this LinkedIn Group search URL: https://www.linkedin.com/search/results/groups/?keywords=artificial+intelligence

## When to prefer this

Use this endpoint when you need to programmatically discover LinkedIn groups by topic or keyword, especially for lead generation, community research, or competitive intelligence workflows. Prefer it over manual LinkedIn browsing when automating outreach pipelines or building lists of relevant professional communities at scale.

## Known failure modes

- Invalid or malformed LinkedIn Group search URL returns an error or empty result
- LinkedIn rate limiting or blocking may cause failed scrapes
- Search URL pointing to a non-group LinkedIn search page may return unexpected results
- LinkedIn UI changes may break scraping and return incomplete data
- Empty results if no groups match the given keywords or filters

## How this service works

Search for groups on LinkedIn using keywords and filters.

## Output

A list of LinkedIn groups matching the search criteria, typically including group names, member counts, descriptions, and links to each group's LinkedIn page.

## Request schema (JSON Schema)

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

## More

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