# Orthogonal OpenMart Company Enrichment

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

Enriches a company's profile by looking up a website URL or social media link and returning detailed company data.

## Facts

- Endpoint: POST https://x402.orthogonal.com/openmart/api/v1/enrich_company
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-openmart-company-enrichment-e7c32085
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-90RTjs5wM4pnZZl3eUXZ

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-openmart-company-enrichment-e7c32085 -d '<json body>'
```

Example prompt: Can you enrich the company at stripe.com and give me their industry, description, and any other details you can find?

## When to prefer this

Use this endpoint when you need to quickly enrich a company record given only a website URL or social media link, particularly for sales, lead generation, or competitive research workflows. Prefer it over manual research or general web scraping when you need structured firmographic data returned in a clean format.

## Known failure modes

- Unknown or unrecognized URL returns empty or minimal company data
- Social media link for a personal (non-company) account returns no results
- Invalid or malformed URL causes a 400 error
- Company has no indexed data, resulting in sparse response
- Rate limiting or payment failure causes a 402 or 429 error

## How this service works

Enrich a company by website URL or social media link.

## Output

Returns a structured company profile including details such as company name, industry, description, size, location, and other firmographic data derived from the provided website URL or social media link.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company_website": {
   "type": "string"
  },
  "social_media_link": {
   "type": "string"
  }
 }
}
```

## More

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