# Orthogonal Company Revenue Estimator

> Orthogonal Company Revenue Estimator is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns the most recent annual revenue estimate for a company, looked up by LinkedIn URL, domain, or company name.

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/company-revenue
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-company-revenue-estimator-ba2f25f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JDEc0ZPguyJy1VnVFaMK2

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-company-revenue-estimator-ba2f25f7 -d '<json body>'
```

Example prompt: Can you look up the most recent annual revenue estimate for Stripe — their domain is stripe.com and their LinkedIn is linkedin.com/company/stripe?

## When to prefer this

Use this endpoint when you need a quick, low-cost revenue estimate for a company and you have at least one identifier (domain, LinkedIn URL, or name). It is ideal for B2B sales qualification, CRM enrichment, and market research workflows where real-time financial filings are not required and an annual estimate suffices. Prefer this over full financial data APIs when cost and speed matter more than pinpoint accuracy.

## Known failure modes

- Company not found in database — returns empty or null result when the identifier doesn't match any known company
- Ambiguous company name — multiple matches possible if only name is provided without domain or LinkedIn URL
- Stale data — revenue estimate may lag actual financials for recently changed companies
- Invalid LinkedIn URL format — request rejected if the URL is malformed
- Rate or payment failure — x402 payment not processed, call rejected

## How this service works

Fetches the most recent annual revenue estimate for a company. Pass a LinkedIn company URL, domain, and/or company name.

## Output

Returns the most recent annual revenue estimate for the specified company, expressed as a numeric figure or range. The response includes the revenue estimate tied to the matched company record identified via LinkedIn URL, domain, or name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "companyMetadata": {
   "type": "object",
   "description": "Company identifier object with optional fields: name, domain, linkedinUrl, linkedinOrgId."
  }
 }
}
```

## More

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