Fuzzy match and normalize company names. Compares two names accounting for Ltd/L...
https://api.strale.io/x402/company-name-matchOverview
Fuzzy match and normalize company names. Compares two names accounting for Ltd/Limited, AB/Aktiebolag, Inc/Incorporated, GmbH, etc. Returns match confidence using Levenshtein, Jaro-Winkler, and token overlap algorithms.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-04-15 14:09:55
Health
Status
healthy
Latency (p50)
112ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-07-22 21:37:46
Last Healthy
2026-07-22 21:37:46
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"name_a": {
"description": "First company name",
"required": true,
"type": "string"
},
"name_b": {
"description": "Second company name to compare",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"confidence": {
"type": "number"
},
"match": {
"type": "boolean"
},
"normalized_a": {
"type": "string"
},
"normalized_b": {
"type": "string"
},
"similarity_scores": {
"type": "object"
},
"suffixes_removed": {
"type": "object"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-22 21:37:46 | healthy | 402 | 109ms | |
| 2026-07-22 17:10:22 | healthy | 402 | 114ms | |
| 2026-07-22 14:28:29 | healthy | 402 | 131ms | |
| 2026-07-22 01:36:37 | healthy | 402 | 112ms | |
| 2026-07-21 21:16:43 | healthy | 402 | 109ms | |
| 2026-07-21 18:24:03 | healthy | 402 | 111ms | |
| 2026-07-21 15:20:30 | healthy | 402 | 112ms | |
| 2026-07-21 10:36:32 | healthy | 402 | 136ms |