# mart402 Japanese Company Profile Extractor

> mart402 Japanese Company Profile Extractor is a paid API for AI agents from mart402.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Fetches a Japanese company's corporate website and returns a standardized JSON profile including name, address, representative, capital, and contact details.

## Facts

- Endpoint: POST https://mart402.com/v1/jp-company
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mart402-japanese-company-profile-extractor-4863a67f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZaACZUhPogET1x1DyllDa

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 mart402-japanese-company-profile-extractor-4863a67f -d '<json body>'
```

Example prompt: Can you pull the standardized company profile from this Japanese corporate site — https://www.example.co.jp — and give me their name, address, representative, capital, and contact info as structured JSON?

## When to prefer this

Choose this endpoint when you need to extract structured corporate profile data specifically from Japanese company websites, particularly when you have a direct URL to their corporate site (会社概要 page). It is ideal for due diligence workflows, vendor onboarding, or building Japanese business databases where you need normalized fields (name, address, representative, capital, contact) at low cost ($0.02/call) without building custom scrapers for each site.

## Known failure modes

- URL unreachable or returns non-200 — extraction fails with error
- Corporate site uses heavy JS or anti-bot measures — may return incomplete data
- Company profile page is in non-standard format — fields may be missing or null
- URL points to a non-Japanese or non-corporate page — returns empty or partial profile
- Ambiguous or informal site structure — representative or capital fields may not be found

## How this service works

Japanese company profile: corporate site to standard JSON (name, address, representative, capital, contact). 0.02/site.

## Output

A JSON object containing standardized Japanese company profile fields: company name (法人名), registered address, representative's name, capital amount, and contact information (phone/email), extracted and normalized from the company's corporate website.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mart402-japanese-company-profile-extractor-4863a67f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mart402.com](https://www.zero.xyz/host/mart402.com/llms.txt)
