# Orthogonal Findymail Company Search

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

Retrieve detailed company profile data by providing a LinkedIn URL, company name, or domain name.

## Facts

- Endpoint: POST https://x402.orthogonal.com/findymail/api/search/company
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-findymail-company-search-e048510b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DRSQftr4V7i77yyVF9o4k

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-findymail-company-search-e048510b -d '<json body>'
```

Example prompt: Can you look up company details for Acme Corp using their LinkedIn URL https://linkedin.com/company/acme-corp? I need their firmographic data for our CRM.

## When to prefer this

Use this endpoint when you need to enrich a B2B company record with firmographic data and have at least one identifier — a LinkedIn URL, domain, or company name. Prefer this over general web scraping when you want structured company profile data rather than raw HTML. Best suited for sales intelligence, CRM enrichment, and lead qualification workflows.

## Known failure modes

- No matching company found for the provided inputs — returns empty or error response
- Invalid LinkedIn URL format causes lookup failure
- None of the required fields (name, domain, linkedin_url) provided — request rejected
- Rate limiting or credit exhaustion returns an error
- Ambiguous company name with multiple matches may return incorrect company

## How this service works

Retrieve company data using a LinkedIn URL, name, or domain. At least one field required. 1 credit per successful response.

## Output

Returns a structured company profile with firmographic data sourced from Findymail, including details associated with the provided LinkedIn URL, company name, or domain. Costs 1 credit per successful response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "description": "Company name"
  },
  "domain": {
   "type": "string",
   "description": "Company domain"
  },
  "linkedin_url": {
   "type": "string",
   "description": "Company LinkedIn URL"
  }
 }
}
```

## More

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