# LinkedIn Company URL Lookup by Name or Domain

> LinkedIn Company URL Lookup by Name or Domain is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Finds a company's LinkedIn page URL given a company name or domain, returning a synchronous FOUND or NOT_FOUND status.

## Facts

- Endpoint: POST https://x402.orthogonal.com/icypeas/api/url-search/company
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-company-url-lookup-by-name-or-domain-721f5b66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Iirk-40Dnqnnb64VM6PVh

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-lookup-by-name-or-domain-721f5b66 -d '<json body>'
```

Example prompt: Can you find the LinkedIn company page URL for Stripe? Try searching by either their company name or domain stripe.com.

## When to prefer this

Choose this endpoint when you need to programmatically resolve a company name or domain to its LinkedIn company page URL — particularly useful for CRM enrichment, sales prospecting pipelines, or competitor research workflows where LinkedIn profile links are needed at scale. Prefer this over manual searches when automating B2B data enrichment.

## Known failure modes

- Company not found on LinkedIn returns NOT_FOUND status
- Ambiguous company name may match wrong company
- Domain not associated with a known LinkedIn company page
- Invalid or malformed input returns an error
- Company LinkedIn page may be private or inaccessible

## How this service works

Find a company's LinkedIn page URL by company name or domain. Synchronous response with status FOUND or NOT_FOUND.

## Output

A synchronous JSON response indicating a status of FOUND or NOT_FOUND. When found, the response includes the LinkedIn company page URL for the given company name or domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "companyOrDomain": {
   "type": "string",
   "description": "Company name or domain to search for"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-company-url-lookup-by-name-or-domain-721f5b66/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)
