# LinkedIn Profile URL Finder

> LinkedIn Profile URL Finder 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-14).

Uses AI to find a LinkedIn profile URL for a person given their name and optional contextual details like company, domain, or job title.

## Facts

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

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-profile-url-finder-35fe3825 -d '<json body>'
```

Example prompt: Can you find the LinkedIn profile URL for Jane Smith who works at Acme Corp as a Senior Product Manager?

## When to prefer this

Use this endpoint when you need to programmatically resolve a LinkedIn profile URL from a person's name, especially with supporting context like employer or job title. Ideal for sales prospecting, recruiting workflows, and contact enrichment pipelines where manual LinkedIn search is impractical at scale.

## Known failure modes

- No matching profile found if the name is too common without additional context
- Incorrect profile returned if multiple people share the same name and context is ambiguous
- Profile may be outdated or no longer active
- API may return an error if required full_name field is missing
- Low-confidence match if no company, domain, or title context is provided

## How this service works

Use AI to find a LinkedIn profile URL from a person's name and optional contextual information.

## Output

A LinkedIn profile URL (e.g. https://www.linkedin.com/in/username) for the identified person, matched using AI against the provided name and contextual signals like company, domain, or job title.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Input parameters object containing full_name (required), company_name, domain, job_title"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-profile-url-finder-35fe3825/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)
