# x402.omardev.xyz Company Assess

> x402.omardev.xyz Company Assess is a paid API for AI agents from x402.omardev.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Analyze a company's homepage domain and return a structured AI analyst judgment including business category, audience, business model, market, and a grounded sales hook with confidence ratings and evidence quotes.

## Facts

- Endpoint: GET https://x402.omardev.xyz/assess
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-omardev-xyz-company-assess-1d976b1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_355_n3VF7VVUgl0oxykOe

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 x402-omardev-xyz-company-assess-1d976b1b
```

Example prompt: Give me an AI analyst read on stripe.com — what does the company do, is it B2B or B2C, what's their business model, and what would be a good sales hook if I were reaching out to them?

## When to prefer this

Choose this endpoint when you need a qualitative, synthesized analyst judgment about a company rather than raw enrichment data. It is ideal for sales prospecting, lead qualification context, or competitive research where you want a human-readable take with confidence ratings and supporting evidence. Prefer it over /enrich when you need interpretation and a sales hook rather than structured firmographic data, and over /report when you want a focused analyst opinion rather than a full intelligence dossier.

## Known failure modes

- Domain is inaccessible or returns non-200 response — endpoint cannot fetch homepage content
- Domain has no meaningful homepage content (parked domain, under construction) — low-confidence or empty output
- Homepage is JavaScript-rendered only and content cannot be extracted — limited evidence quotes
- Payment not included or insufficient — x402 payment required error
- Domain not provided or malformed — bad request error

## How this service works

Get an AI analyst's read on a company from its homepage. Give it a domain and get back a structured judgment: what the company does, its category, audience (B2B/B2C), business model, market and language, a short analyst take and one grounded sales hook — each with an honest confidence rating and verbatim evidence quotes from the page. Synthesised judgment, not raw data — the qualitative complement to /enrich and /report. Pay per call with x402, no account needed.

## Output

A structured analyst judgment object containing: what the company does, its business category, audience type (B2B or B2C), business model, target market and language, a short qualitative analyst take, and one grounded sales hook — each field accompanied by a confidence rating and verbatim evidence quotes scraped from the homepage.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-omardev-xyz-company-assess-1d976b1b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.omardev.xyz](https://www.zero.xyz/host/x402.omardev.xyz/llms.txt)
