Japan back-office APIs you can buy with a card.
Start with JP Local Pack for payroll, invoice issuer lookup, tax rates, holidays, social insurance, and corporate lookup. Free preview is available before purchase.
JP Local Pack is live on RapidAPI — buy with card or API key. JP Data Enrich and JP Grants are previewable now; card marketplace listings are pending.
JP Local Pack is live for card/API-key purchase. JP Data Enrich and JP Grants previews are available while marketplace listings are being published.
Buyable today
JP Local Pack is live for card/API-key purchase on RapidAPI — no crypto required. Subscribe once and call from any HTTP client.
1
Card purchase live
JP Local Pack
Japan payroll, invoice, tax, holiday, and corporate-lookup numbers without scraping NTA, gBizINFO, MHLW, or Cabinet Office.
Get clean Japan payroll deductions, social-insurance grades, consumption-tax rates, national holidays, and corporate-number lookups in one call.
Pricing: $0.001 to $0.020 per call.
Example output free preview
Japan monthly payroll combo: deductions + social insurance + holiday + tax in one call..
{
"monthly_salary": 300000,
"payroll": {
"health_insurance_employee": 14775,
"pension_employee": 27450,
"employment_insurance_employee": 1500,
"income_tax_withholding": 6220,
"total_deduction": 52720,
"net_salary": 247280
},
"month_context": { "year_month": "2026-05", "business_days": 18, "national_holidays": 4 },
"_version": "1.7.5"
}
x402 direct production endpoint (for agent-native payment): https://api.kasanegi.com/v1/local/combined/payroll-summary?monthly_salary=300000&year_month=2026-05
Preview next — Coming to card checkout
Free previews are available now for the products below. Card purchase is not yet available — the marketplace listing for each is being published. Try the preview, then subscribe when it goes live.
2
Preview live / card listing pending
JP Data Enrich
Resolve a Japanese company name, domain, or 13-digit corporate number into structured corporate, gBizINFO, EDINET, and signal data.
Turn a messy Japanese company string into ranked candidates with corporate number, legal name, address, EDINET filings, and a numeric match-reliability score.
Card marketplace listing is pending. Free preview is available now — no signup, no wallet required.
Pricing: $0.010 to $0.050 per call.
Example output free preview
Japan company candidate resolution from name (= 5-mode disambiguation)..
{
"candidates": [
{
"corporate_number_hint": "<13-digit corporate number>",
"legal_name": "<resolved legal name>",
"match_reliability": 0.98,
"match_reliability_label": "high",
"_source": "gBizINFO + brand alias map"
}
]
}
3
Preview live / card listing pending
JP Grants
Japan grants discovery, deadlines, detail, and review-required eligibility candidates from J-Grants and Mirasapo Plus.
Surface Japan public-grant opportunities, structured deadlines, contact info, and amount-extraction safety so an agent can shortlist candidates for human review.
Card marketplace listing is pending. Free preview is available now — no signup, no wallet required.
Pricing: $0.020 to $0.050 per call.
Example output free preview
Single-grant detail with structured fields, deadline, contact, and amount-extraction safety..
{
"grant_id": "<j-grants-id>",
"title": "<grant title>",
"deadline_date": "<YYYY-MM-DD>",
"max_subsidy_amount_jpy": "<integer or null>",
"amount_extraction_status": "ok | ambiguous_upstream | unknown",
"data_completeness_score": 0.82,
"_attribution": "Digital Agency J-Grants PDL 1.0"
}
What we do not promise
- Sources are public official or public-registry sources only (J-Grants, gBizINFO, EDINET, NTA, Cabinet Office, MHLW, Kyokai Kenpo). No private or pre-disclosure data.
- Outputs are reference data or review-required candidates. We do not give legal, payroll, KYB, tax, or grant-eligibility final decisions.
- Builder: MatsushitaTokitsugu, Japan.
https://api.kasanegi.com is the single buyer integration target.
Questions or problems? Open a GitHub issue.
Sales channels
x402 is one option, not the only one. Production access is not gated on holding crypto.
- Marketplace / API-key path — buy through a marketplace listing (RapidAPI-class provider proxy) when that product has a public listing. Pay by card or platform credit, no crypto required. Origin route:
https://api.kasanegi.com/marketplace/rapidapi/v1/{local|enrich|grants}/.... Status: Public marketplace listing live for: local (https://rapidapi.com/kasanegi123/api/jp-local-pack-japan-payroll-invoice-tax-apis). Listing pending for: enrich, grants..
- x402 direct micropayment — settle USDC on Base mainnet per call, for agent-native buyers. Origin route:
https://api.kasanegi.com/v1/{local|enrich|grants}/....
- Card / fiat checkout (Stripe / Polar / equivalent) — not yet wired. Owner must create the merchant account and configure pricing.
- Wallet-free preview —
https://api.kasanegi.com/preview/v1/{local|enrich|grants}/.... Same JSON shape as paid path; for evaluation only, not a paid path.
Full machine manifest with per-channel status: /products (sales_channels) and /.well-known/broker-manifest.json.
For developers and agents
If you would rather meter against a free trial, get a wallet-free key:
curl -sS -X POST https://api.kasanegi.com/keys/create \
-H "content-type: application/json" \
-d '{"owner_label":"my-team"}'
curl -sS -X POST https://api.kasanegi.com/broker/call \
-H "X-API-Key: <key>" \
-H "content-type: application/json" \
-d '{"product_id":"jp-local-pack-v1-combined-payroll-summary","query":{"monthly_salary":300000,"year_month":"2026-05"}}'
Machine-readable surfaces: