search_companies
Find Norwegian companies by name or filters when you lack an organisation number; returns orgnr, address, industry, employee count, and status flags.
Instructions
Search the Norwegian company register (Enhetsregisteret) by name and/or filters. Returns up to limit companies with orgnr (9-digit organisation number), organisational form, address, industry code (naeringskode, NACE), employee count, and status flags (konkurs = bankrupt, underAvvikling = being dissolved). Use when the user names a company without an orgnr or asks 'find companies that...'. If you already have an orgnr, call get_company instead. Example: name='Equinor'. Example: naeringskode='11.05' (breweries), kommunenummer='0301' (Oslo), min_employees=10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Company name, full or partial | |
| page | No | ||
| limit | No | ||
| konkurs | No | true = only bankrupt companies | |
| naeringskode | No | NACE industry code, e.g. '11.05' or prefix '62' | |
| kommunenummer | No | 4-digit municipality code, e.g. '0301' = Oslo | |
| max_employees | No | ||
| min_employees | No | ||
| organisasjonsform | No | e.g. 'AS' (Ltd), 'ASA' (Plc), 'ENK' (sole prop.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||