search_sub_entities
Search for Norwegian business sub-entities using filters like name, organization number, employee count, registration dates, industry codes, and organizational forms to find specific subsidiary information.
Instructions
Search for Norwegian business sub-entities (underenheter) with various filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fraAntallAnsatte | No | Minimum number of employees | |
| fraDatoEierskifte | No | Ownership change date from (ISO-8601 yyyy-MM-dd) | |
| fraNedleggelsesdato | No | Closure date from (ISO-8601 yyyy-MM-dd) | |
| fraOppstartsdato | No | Start date from (ISO-8601 yyyy-MM-dd) | |
| hjemmeside | No | Website | |
| kommunenummer | No | Municipality numbers | |
| naeringskode | No | Industry codes | |
| navn | No | Sub-entity name (1-180 characters) | |
| navnMetodeForSoek | No | Search method for name parameter | |
| organisasjonsform | No | Organizational forms | |
| organisasjonsnummer | No | List of organization numbers (9 digits) | |
| overordnetEnhet | No | Parent entity organization number | |
| page | No | Page number | |
| registrertIMvaregisteret | No | Registered in VAT registry | |
| size | No | Page size (default 20) | |
| sort | No | Sort field and order | |
| tilAntallAnsatte | No | Maximum number of employees | |
| tilDatoEierskifte | No | Ownership change date to (ISO-8601 yyyy-MM-dd) | |
| tilNedleggelsesdato | No | Closure date to (ISO-8601 yyyy-MM-dd) | |
| tilOppstartsdato | No | Start date to (ISO-8601 yyyy-MM-dd) |
Input Schema (JSON Schema)
{
"properties": {
"fraAntallAnsatte": {
"description": "Minimum number of employees",
"type": "number"
},
"fraDatoEierskifte": {
"description": "Ownership change date from (ISO-8601 yyyy-MM-dd)",
"type": "string"
},
"fraNedleggelsesdato": {
"description": "Closure date from (ISO-8601 yyyy-MM-dd)",
"type": "string"
},
"fraOppstartsdato": {
"description": "Start date from (ISO-8601 yyyy-MM-dd)",
"type": "string"
},
"hjemmeside": {
"description": "Website",
"type": "string"
},
"kommunenummer": {
"description": "Municipality numbers",
"items": {
"type": "string"
},
"type": "array"
},
"naeringskode": {
"description": "Industry codes",
"items": {
"type": "string"
},
"type": "array"
},
"navn": {
"description": "Sub-entity name (1-180 characters)",
"type": "string"
},
"navnMetodeForSoek": {
"description": "Search method for name parameter",
"enum": [
"FORTLOEPENDE"
],
"type": "string"
},
"organisasjonsform": {
"description": "Organizational forms",
"items": {
"type": "string"
},
"type": "array"
},
"organisasjonsnummer": {
"description": "List of organization numbers (9 digits)",
"items": {
"type": "string"
},
"type": "array"
},
"overordnetEnhet": {
"description": "Parent entity organization number",
"type": "string"
},
"page": {
"description": "Page number",
"type": "number"
},
"registrertIMvaregisteret": {
"description": "Registered in VAT registry",
"type": "boolean"
},
"size": {
"description": "Page size (default 20)",
"type": "number"
},
"sort": {
"description": "Sort field and order",
"type": "string"
},
"tilAntallAnsatte": {
"description": "Maximum number of employees",
"type": "number"
},
"tilDatoEierskifte": {
"description": "Ownership change date to (ISO-8601 yyyy-MM-dd)",
"type": "string"
},
"tilNedleggelsesdato": {
"description": "Closure date to (ISO-8601 yyyy-MM-dd)",
"type": "string"
},
"tilOppstartsdato": {
"description": "Start date to (ISO-8601 yyyy-MM-dd)",
"type": "string"
}
},
"type": "object"
}