# Orthogonal Company Enrichment & People Finder

> Orthogonal Company Enrichment & People Finder is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Enriches company data with additional firmographic details and optionally finds associated people (leads) at that company using a custom research plan and schema.

## Facts

- Endpoint: POST https://x402.orthogonal.com/sixtyfour/enrich-company
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-company-enrichment-people-finder-35535fb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R6YL07rDQlg89dzp948Me

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-enrichment-people-finder-35535fb5 -d '<json body>'
```

Example prompt: Can you enrich the company data for Acme Corp (acme.com) — I need their industry, employee count, funding stage, and HQ location — and also find me 3-5 VP-level or above contacts in their product and engineering teams?

## When to prefer this

Choose this endpoint when you need to enrich a known company with firmographic details and/or discover associated people (leads) at that company in a single call. It supports custom output schemas and research guidance, making it ideal for structured B2B lead generation, sales prospecting, and company research workflows. Prefer it over generic web scrapers when you need structured, schema-driven company and people data rather than raw HTML.

## Known failure modes

- Company not found or insufficient public data — returns sparse or empty enrichment fields
- People search returns no results if focus prompt is too narrow or company is small/private
- Invalid or missing target_company input causes request failure
- Research plan may not be followed precisely if data sources are unavailable
- Rate limits or payment failure (x402) prevent the call from completing

## How this service works

Enrich company data with additional information and find associated people.

## Output

Returns an enriched company object populated with the requested fields (e.g. industry, employee count, funding, HQ), and optionally a list of associated people matching the specified role/responsibility criteria, structured according to the provided lead schema.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "struct": {
   "type": "object",
   "description": "Fields to collect"
  },
  "find_people": {
   "type": "boolean",
   "description": "Whether to find people associated with the company"
  },
  "lead_struct": {
   "type": "object",
   "description": "Custom schema to define the structure of returned lead data."
  },
  "research_plan": {
   "type": "string",
   "description": "Optional strategy describing how the agent should search for information"
  },
  "target_company": {
   "type": "object",
   "description": "Company data to enrich"
  },
  "people_focus_prompt": {
   "type": "string",
   "description": "Description of people to find, typically includes the roles or responsibilities of the people you’re looking for"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-company-enrichment-people-finder-35535fb5/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)
