# x402.omardev.xyz EU B2B Company Enrichment

> x402.omardev.xyz EU B2B Company Enrichment 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-15).

Enriches a European business domain with registered company name, address (VIES-verified), KvK number, BTW/VAT number, IBAN, contact details, social profiles, and tech stack

## Facts

- Endpoint: GET https://x402.omardev.xyz/enrich
- 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/x402-omardev-xyz-eu-b2b-company-enrichment-acb5cd97
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yAWZ5yQyYPcUxgY8Rxjfx

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-eu-b2b-company-enrichment-acb5cd97
```

Example prompt: Can you pull up all the company registration details for mollie.com — I need their registered name, address, KvK and BTW numbers, IBAN, and whether they're a verified EU business?

## When to prefer this

Choose this endpoint when you need to qualify or enrich a European (especially Dutch/NL) B2B lead and require official registration data like KvK, BTW/VAT verified via VIES, and IBAN — signals that generic US-centric enrichers like Clearbit or Apollo do not provide. Best for EU compliance checks, lead scoring, and sales qualification workflows targeting NL/EU markets.

## Known failure modes

- Domain not associated with a registered EU/NL company — returns empty or partial results
- VIES service temporarily unavailable — VAT verification field may be null or error
- Domain does not resolve or is not a real website — lookup fails with 4xx
- Company is registered outside the EU/NL — enrichment data may be sparse
- Payment not processed (x402 payment failure) — 402 response before data is returned

## How this service works

European B2B company enrichment from a domain, tuned for NL/EU. Returns the registered company name and address verified against the EU's official VIES VAT service, plus Dutch KvK number, BTW/VAT number, IBAN, contact details, socials and tech stack. Verifies whether the target is a real registered EU business — a signal generic US enrichers miss. Ideal for qualifying EU leads. Pay per call with x402.

## Output

Returns a structured object containing the registered company name and address (VIES-verified), Dutch KvK number, BTW/VAT number, IBAN, contact details (email, phone), social media profile URLs, and technology stack detected on the domain, plus a flag indicating whether the entity is a verified registered EU business.

## 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-eu-b2b-company-enrichment-acb5cd97/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)
