data.japanagent.dev publishes 2 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.002 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /corp/search | GET | $0.002 | 200 |
| /match/compare | GET | $0.001 | 200 |
Company name search across jurisdictions. jurisdiction=lei searches the global GLEIF LEI database (all countries); jurisdiction=jp searches the official Japan National Tax Agency corporate registry. R…
Compare two names and return a similarity score (0-1) plus whether they share a phonetic similarity key. For deduplication and fuzzy record matching — e.g. 'Bob Smith' vs 'Robert Smyth'. Deterministic…