# LinkedIn Company URL Finder via AI

> LinkedIn Company URL Finder via AI is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Uses AI to find a LinkedIn company page URL from a company domain name.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/linkedin-find-company-url/run/live
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-company-url-finder-via-ai-652a6364
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vDfA9BulLUegbogpCQQnO

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-company-url-finder-via-ai-652a6364 -d '<json body>'
```

Example prompt: Can you find the LinkedIn company page URL for stripe.com? I just have the domain and need the LinkedIn profile link.

## When to prefer this

Choose this endpoint when you have a company's domain and need its LinkedIn company page URL, especially in enrichment or lead-gen pipelines where LinkedIn profile links are required but not already known. Prefer this over manual search or web scraping when you need a structured, AI-assisted resolution at scale per domain.

## Known failure modes

- Company domain does not have a matching LinkedIn page — returns null or empty result
- Domain is ambiguous or maps to multiple LinkedIn entities — may return incorrect or approximate match
- AI lookup fails to resolve obscure or new companies — no URL returned
- Invalid or malformed domain input — request rejected
- Payment failure at x402 layer — call not executed

## How this service works

Use AI to find a LinkedIn company page URL from a company name or domain.

## Output

Returns the LinkedIn company page URL corresponding to the given company domain, resolved using AI-powered lookup.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Input parameters: domain (required, string): Company domain (e.g., microsoft.com)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-company-url-finder-via-ai-652a6364/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)
