# Israel Company Verify

> Israel Company Verify is a paid API for AI agents from israel-counterparty-intelligence.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Verifies an Israeli company by name or registration number and returns structured public registry data with supporting evidence.

## Facts

- Endpoint: POST https://israel-counterparty-intelligence.vercel.app/v1/verify
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/israel-company-verify-a40f0d32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_twNIs7oIL_vXlNI40nQQI

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 israel-company-verify-a40f0d32 -d '<json body>'
```

Example prompt: Can you verify that 'Bank Hapoalim' is a legitimate Israeli company using their company number 520028073 and return the full standard registry data in English?

## When to prefer this

Use this endpoint when you need to verify, validate, or gather official public registry data for an Israeli-registered company. It is specifically tailored for the Israeli company registry and supports disambiguation by city, website, and expected entity type — making it ideal for due diligence, KYC workflows, and counterparty verification in Israeli business contexts where generic global company databases may lack coverage.

## Known failure modes

- Company not found in Israeli registry — returns not-found or empty result
- Ambiguous company name with multiple matches — may require city or entity type to disambiguate
- Invalid nine-digit company number format — returns validation error
- Service unavailable or upstream registry outage — returns 5xx error
- Payment not received or insufficient — returns 402 Payment Required

## How this service works

Verify an Israeli company and return structured public registry data with evidence. Use it for Israel company verification, Israeli supplier due diligence, Israel KYB, Israeli business verification, and Israel counterparty intelligence.

## Output

Returns structured public registry data for the verified Israeli company, including legal name, registration number, entity type, company status, and evidence sourced from the Israeli public registry. Supports both English and Hebrew output.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "city": {
   "type": "string",
   "description": "Optional city used to disambiguate a company name"
  },
  "depth": {
   "enum": [
    "basic",
    "standard"
   ],
   "type": "string",
   "default": "standard"
  },
  "website": {
   "type": "string",
   "format": "uri",
   "description": "Optional company website"
  },
  "language": {
   "enum": [
    "en",
    "he"
   ],
   "type": "string",
   "default": "en"
  },
  "company_name": {
   "type": "string",
   "maxLength": 200,
   "minLength": 2,
   "description": "Israeli company legal or trading name"
  },
  "company_number": {
   "type": "string",
   "maxLength": 30,
   "minLength": 1,
   "description": "Israeli company number"
  },
  "expected_entity_type": {
   "type": "string",
   "description": "Optional expected legal entity type used for disambiguation"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/israel-company-verify-a40f0d32/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from israel-counterparty-intelligence.vercel.app](https://www.zero.xyz/host/israel-counterparty-intelligence.vercel.app/llms.txt)
