# Orthogonal Fiber Company Lookup

> Orthogonal Fiber Company Lookup is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-16).

Search for a company by name, domain, or LinkedIn identifier and return comprehensive company profile data.

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/kitchen-sink/company
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-fiber-company-lookup-e473ca5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_85fYXrtGDVoeoPlmQzWph

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 orthogonal-fiber-company-lookup-e473ca5c -d '<json body>'
```

Example prompt: Can you look up the company profile for Stripe using their LinkedIn slug 'stripe' and return up to 1 result with complete company data?

## When to prefer this

Use this endpoint when you need to look up structured company data using a LinkedIn identifier, domain, or name — especially when you already have a LinkedIn slug, URL, or org ID for high-accuracy lookups. Prefer this over general web search when you need structured, machine-readable company profile data for enrichment, CRM filling, or B2B intelligence workflows.

## Known failure modes

- Company not found — returns empty or null results if no match exists
- Ambiguous name match — returns lower-confidence results when only a company name is provided without a LinkedIn identifier or domain
- Invalid LinkedIn slug or URL format — may return errors or no results
- Rate limiting or payment failure — x402 payment not processed correctly
- Multiple matches returned when numCompanies > 1 but only one true match exists

## How this service works

Search for a company using a variety of parameters such as LinkedIn slug, LinkedIn URL, name, etc. Returns complete company data if found.

## Output

Returns complete company profile data including LinkedIn information, company identifiers, and other business details for matched companies, sorted by best match first up to the requested number of results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "companyName": {
   "type": "object"
  },
  "numCompanies": {
   "type": "integer",
   "description": "The number of companies you want to fetch. Companies are sorted by best match first."
  },
  "companyDomain": {
   "type": "object"
  },
  "companyIdentifier": {
   "type": "string",
   "description": "A unique identifier for the company. Accepts one of: linkedinSlug, linkedinUrl, or linkedinOrgID. Providing this increases the accuracy and speed of the lookup. If this is provided, you do not need to supply companyName or companyDomain."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-fiber-company-lookup-e473ca5c/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)
