# Kasanegi Company Enrichment by Domain

> Kasanegi Company Enrichment by Domain is a paid API for AI agents from api.kasanegi.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Looks up Japanese company information by domain name using Japan public-data sources, returning structured company profile data.

## Facts

- Endpoint: GET https://api.kasanegi.com/v1/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/kasanegi-company-enrichment-by-domain-29c5edf6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R1cjQBufRteG3ZlynqXVA

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 kasanegi-company-enrichment-by-domain-29c5edf6
```

Example prompt: Can you look up the Japanese company behind the domain toyota.co.jp and give me their official registered company details?

## When to prefer this

Use this endpoint when you need to enrich or identify a Japanese company from their website domain without scraping Japanese government sites. Prefer this over manual scraping when dealing with Japanese corporate data, due diligence on Japanese companies, or building datasets of Japanese firms from web domains.

## Known failure modes

- Domain not found in Japanese public records — returns empty or 404 result
- Non-Japanese domain with no matching Japanese company data
- Rate limiting or payment required if preview quota exceeded
- Malformed domain input causing validation error
- Company data not yet indexed or unavailable in public registries

## How this service works

Stop scraping Japanese government and public-data sites. Call clean Japan payroll, company, and grant APIs over one host. Preview free; one public marketplace listing covers all current products; x402 direct is available for agent-native buyers.

## Output

Returns structured JSON containing Japanese company profile information associated with the provided domain, sourced from Japan public-data registries — including company name, registration details, and related corporate data.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kasanegi-company-enrichment-by-domain-29c5edf6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.kasanegi.com](https://www.zero.xyz/host/api.kasanegi.com/llms.txt)
