Search Companies
firmaradar_search_companiesFind Norwegian companies by name, NACE, location, status, employees, revenue, and founding date. Returns candidate organization numbers to investigate further.
Instructions
Search Norwegian companies with filters (name, NACE, location, status, employees, revenue range, 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. Revenue filtering excludes companies with no reported NOK revenue figure — see min_omsetning_nok. Backed by the official Norwegian company register (BRREG). Each hit includes a canonical Firmaradar url and the fields that matched the requested filters.
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'). | |
| 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. | |
| limit | No | ||
| cursor | No | Opaque pagination cursor from previous call. | |
| status | No | Filter on company status. | |
| 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. | |
| max_ansatte | No | ||
| min_ansatte | No | ||
| stiftet_for | No | ISO 8601 date — only companies founded on/before. | |
| stiftet_etter | No | ISO 8601 date — only companies founded on/after. | |
| max_omsetning_nok | No | Maximum annual revenue (driftsinntekter) in NOK — same source and same exclusion rule as min_omsetning_nok. | |
| min_omsetning_nok | No | Minimum annual revenue (driftsinntekter) in NOK, from the company's own accounts (not consolidated/group figures), latest year with a reported figure. NOTE: companies with no reported revenue are EXCLUDED from the results when this filter is set, as are accounts reported in a foreign currency. Must be combined with at least one of q/nace/kommune. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| next_cursor | No | ||
| total_count | No | ||
| omsetning_filter_note | No | Set only when a revenue range was requested: explains that companies without a reported NOK revenue figure were excluded, so an empty result may mean missing accounts rather than no matching companies. |