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)
167ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-09-08 16:51:56
Last Healthy
2026-09-08 16:51:56
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-09-08 16:51:56 | healthy | 402 | 226ms | |
| 2026-09-08 01:12:54 | healthy | 402 | 167ms | |
| 2026-09-07 19:34:35 | healthy | 402 | 108ms | |
| 2026-09-07 09:00:11 | healthy | 402 | 676ms | |
| 2026-09-06 23:50:25 | healthy | 402 | 136ms | |
| 2026-09-06 15:30:39 | healthy | 402 | 240ms | |
| 2026-09-06 09:14:17 | healthy | 402 | 132ms | |
| 2026-09-06 02:19:55 | healthy | 402 | 184ms | |
| 2026-09-05 22:39:13 | healthy | 402 | 110ms |