Generator · Canadian data
Canadian company name
Endpoint GET /v1/ca/company-name
What it covers
Returns a realistic synthetic Canadian company name across the naming families (coined, owner-surname, descriptive, modern), with an optional trailing legal form in its authentic local form. Pin `strategy` or `legalForm`, set `legalForm=none` to omit it, or `edge=true` for the punctuation-heavy / long-form corners.
Parameters
| Parameter | Type | Description |
|---|---|---|
| count | integer1–10000 | Number of records to return, 1–10000. Omitted returns a single record; set it for a batch. Costs 1 token plus a tenth per record. |
| edge | boolean | Restrict output to edge-case names (punctuation-heavy families, long/rare forms). |
| extreme | boolean | Return a correct company whose name is wrapped in a hostile encoding (untrimmed whitespace, invisible/zero-width characters, BOM, homoglyph letters, or bidi/combining marks). The legal form and any identifiers stay clean. |
| invalid | boolean | Return a deliberately invalid value that fails validation, for testing rejection paths. |
| legalForm | "any" | "none" | "Inc." | "Ltd." | "Ltée" | "Corp." | "ULC" | "S.E.N.C." | "S.E.C." | Append a specific legal form, "any" for weighted-random, or "none" to omit. |
| seed | integer | Integer seed for reproducible output: the same seed always yields the same record. |
| strategy | "morpheme" | "surname" | "descriptive" | "modern" | Naming family. Omit for a weighted-random one. |
Response fields
| Field | Type | Description |
|---|---|---|
| value | string | The full company name, including any prefix and legal form. |
| legalForm | string | The appended legal form (e.g. `GmbH`, `S.r.l.`), or `null` when none was added. |
| strategy | "morpheme" | "surname" | "descriptive" | "modern" | Which naming family produced the name. |
Other generators for Canada
Canadian bank accountCanadian Business NumberCanadian companyCanadian email addressCanadian personCanadian person nameCanadian product or service offeringCanadian SINCanadian transit (branch routing) numberCanadian vehicle registration plate
See all generators for Canada →Try it