Company Name Resolver
Canonicalizes company names by stripping legal suffixes and punctuation.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
name | text | Yes | Name |
Outputs
| Name | Type | Description |
|---|---|---|
canonical_name | text | Canonical name |
tokens | any | Tokens |
work | array | Work |
Sample request
{
"name": "Acme, Inc."
}