# JP Data Enrich API — Japan Corporate Enrichment by Domain

> JP Data Enrich API — Japan Corporate Enrichment by Domain is a paid API for AI agents from jp-data-enrich.kasanegi123.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Enriches a Japanese company's profile by domain using aggregated data from gBizINFO, Kanpou, and EDINET registries

## Facts

- Endpoint: GET https://jp-data-enrich.kasanegi123.workers.dev/api/enrich/company-by-domain
- 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/jp-data-enrich-api-japan-corporate-enrichment-by-domain-92017b03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RhgUoGfvAlornN6_35qYA

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 jp-data-enrich-api-japan-corporate-enrichment-by-domain-92017b03
```

Example prompt: Can you pull the corporate profile for the Japanese company at the domain toyota.co.jp — I need their registration info, any EDINET filings, and official gazette data for supplier due diligence.

## When to prefer this

Use this endpoint when you need to look up Japanese corporate data for a specific company identified by its domain, especially for B2B sales prospecting, KYB compliance checks, or supplier vetting workflows targeting Japan-based entities. Prefer this over general web search when you need structured, authoritative registry data aggregated from official Japanese government sources like gBizINFO, EDINET, and Kanpou.

## Known failure modes

- Domain not found in any aggregated registry — returns empty or null corporate data
- Domain resolves to a non-Japanese company — may return no results
- Rate limiting or payment failure via x402 micropayment on Base — returns 402 Payment Required
- Malformed domain input — returns 400 Bad Request
- Upstream registry (gBizINFO/EDINET/Kanpou) unavailable — returns 503 or partial data

## How this service works

Japanese corporate enrichment API for AI agents / B2B sales / supplier research / KYB support. gBizINFO + Kanpou + EDINET aggregation. x402 micropayments on Base. No API key.

## Output

A JSON object containing aggregated Japanese corporate data for the given domain, sourced from gBizINFO (government business registry), Kanpou (official gazette), and EDINET (securities/disclosure filings), covering company name, registration details, corporate status, and related official records.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "mimeType": "application/json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jp-data-enrich-api-japan-corporate-enrichment-by-domain-92017b03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jp-data-enrich.kasanegi123.workers.dev](https://www.zero.xyz/host/jp-data-enrich.kasanegi123.workers.dev/llms.txt)
