# Orthogonal B2B Company Enrichment

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

Enriches a company profile by name, website, LinkedIn URL, or internal ID, returning full details including description, industries, NAICS codes, locations, posts, and funding data.

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/b2b-enrich
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-b2b-company-enrichment-98f75516
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GStMmi0NRS7cjA8Dy03UZ

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-b2b-company-enrichment-98f75516 -d '<json body>'
```

Example prompt: Can you pull up the full company profile for Stripe — their industries, NAICS codes, funding history, and office locations? Use their website stripe.com to look them up.

## When to prefer this

Use this endpoint when you need comprehensive B2B firmographic data—including funding, NAICS codes, and locations—for a known company identified by name, website, or LinkedIn URL. Prefer it over generic web scraping when structured, pre-aggregated company intelligence is needed, especially in sales, CRM enrichment, or market research workflows.

## Known failure modes

- No match found if company name or website is ambiguous or misspelled
- company_id not recognized if internal ID is invalid
- LinkedIn URL format mismatch causing lookup failure
- Multiple identifiers provided but conflicting, causing uncertain resolution
- Rate limiting or credit exhaustion returning an error response

## How this service works

Enrich a company by name, website, LinkedIn URL, or company_id. Returns full profile with description, industries, NAICS, locations, posts, funding. 1 credit per match.

## Output

A full company profile including company description, industry tags, NAICS classification codes, office/headquarter locations, recent company posts, and funding rounds data. Each successful match costs 1 credit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "website": {
   "type": "string",
   "description": "Company website (e.g. stripe.com)"
  },
  "company_id": {
   "type": "integer",
   "description": "Internal company ID"
  },
  "company_name": {
   "type": "string",
   "description": "Company name to enrich"
  },
  "linkedin_url": {
   "type": "string",
   "description": "Company LinkedIn URL"
  }
 }
}
```

## More

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