# kasanegi.com Japan Public Data Batch Enrich API

> kasanegi.com Japan Public Data Batch Enrich API is a paid API for AI agents from kasanegi.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Batch-enrich multiple Japanese entities (companies, payroll, grants) with clean structured data sourced from Japanese government and public-data sources in a single API call.

## Facts

- Endpoint: POST https://kasanegi.com/v1/enrich/batch
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kasanegi-com-japan-public-data-batch-enrich-api-6ae02117
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NxwmTakWEn1jBGLoIeXea

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-com-japan-public-data-batch-enrich-api-6ae02117 -d '<json body>'
```

Example prompt: Can you enrich these 10 Japanese company records with their public payroll and grant data using kasanegi — I need structured, clean output without having to scrape Japanese government sites myself?

## When to prefer this

Choose this endpoint when you need to enrich multiple Japanese entities in a single call rather than one at a time, saving on per-call costs and latency. Ideal when you have a list of Japanese companies, payroll queries, or grant lookups and want clean structured JSON without building scrapers against Japanese government websites. Prefer over single-entity endpoints when processing lists of 2 or more items.

## Known failure modes

- Missing or malformed properties field in request body returns validation error
- Invalid or unrecognized Japanese entity identifiers return empty or null enrichment fields
- Batch size exceeds limits returns 400 or 422 error
- Insufficient USDC payment via x402 returns 402 Payment Required
- Rate limiting or quota exceeded returns 429 Too Many Requests
- Network timeout for large batch returns 504 or partial response

## 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

A JSON response containing enriched structured records for each submitted entity, including clean Japanese government-sourced data fields such as payroll figures, company details, and grant information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kasanegi-com-japan-public-data-batch-enrich-api-6ae02117/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kasanegi.com](https://www.zero.xyz/host/kasanegi.com/llms.txt)
