Search Companies
firmaradar_search_companiesFind Norwegian companies using filters like name, industry, location, status, size, and founding date. Returns a paginated list of candidate organization numbers for further investigation.
Instructions
Search Norwegian companies with filters (name, NACE, location, status, size, founding date). Returns paginated list of candidate orgnr to investigate further. Use when you have a description and need to find matching companies; use get_company once you have a specific orgnr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search across company names. | |
| nace | No | NACE code or prefix. Norwegian BRREG uses 5-digit SN2007 codes internally (e.g. '56.110' for restaurants, '47.111' for grocery stores). Any prefix works: '47' matches all retail (2-digit), '47.1' matches food/beverage retail (3-digit), '47.11' matches grocery stores (4-digit), '47.111' is the most specific (5-digit). If a 4-digit code yields no results, try appending '0' for the 5-digit form (e.g. '56.110' instead of '56.10'). | |
| kommune | No | Norwegian kommunenummer — EXACTLY 4 digits, zero-padded. Examples: '0301' = Oslo, '4601' = Bergen, '5001' = Trondheim, '1103' = Stavanger. Kommune-NAMES are NOT accepted — translate the name to kommunenummer first. | |
| fylke | No | Norwegian fylkenummer — EXACTLY 2 digits, zero-padded. Examples: '03' = Oslo, '11' = Rogaland, '15' = Møre og Romsdal. Fylke-NAMES are NOT accepted — translate first. | |
| status | No | Filter on company status. | |
| min_ansatte | No | ||
| max_ansatte | No | ||
| min_omsetning_nok | No | ||
| max_omsetning_nok | No | ||
| stiftet_etter | No | ISO 8601 date — only companies founded on/after. | |
| stiftet_for | No | ISO 8601 date — only companies founded on/before. | |
| limit | No | ||
| cursor | No | Opaque pagination cursor from previous call. |