Corporate name normalization API

Folds Japanese corporate-designation abbreviations into full forms and splits designation position (前株/後株) from the core company name — for dedupe and CRM cleansing.

Endpoint

MethodPath
GET/api/v1/corpname/normalize

Example

curl "https://formfit.dev/api/v1/corpname/normalize?name=(株)山田商店" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response (excerpt)

{"normalized":"株式会社山田商店","coreName":"山田商店","kind":"株式会社","position":"prefix"}

FAQ

Does it verify the company exists?
No — notation normalization only.

More formfit APIs