Japanese company search
Japanese company search: look up companies in the official JP corporate registry by trade name and/or location. Partial-name match on both the Japanese and registered English name, with width/abbreviation normalization, filterable by prefecture, city, and corporation kind. Returns up to 50 corporations with their 法人番号 and lifecycle status. Dynamic pricing: a base fee plus a small per-result fee.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
140 msmedian answer time
$0.009listed price per call
$0.009price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://houjin.agentic-jp.com/search
| Category | Company and compliance |
|---|---|
| Provider host | houjin.agentic-jp.com |
| Networks | eip155:137, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.009 | 140 ms |
Example input (from the provider)
{
"body": {
"limit": 20,
"name": "\u30c8\u30e8\u30bf",
"prefecture": "\u611b\u77e5\u770c"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"city": {
"description": "City / ward substring (\"\u6e2f\u533a\").",
"type": "string"
},
"corp_kind": {
"description": "3-digit corporation-kind code (e.g. \"301\" = stock company).",
"type": "string"
},
"limit": {
"description": "Max results, 1-50 (default 50).",
"type": "number"
},
"name": {
"description": "Partial trade-name match (\u5546\u53f7\u306e\u90e8\u5206\u4e00\u81f4). Width/abbreviation normalized.",
"type": "string"
},
"prefecture": {
"description": "Prefecture name (\"\u6771\u4eac\u90fd\") or JIS prefecture code (\"13\").",
"type": "string"
}
},
"required": []
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}