# Norway Org Number 923609016 Lookup

**Use case:** 

Look up Norwegian organisation number 923609016 for the full Brreg company record with officers, address and industry.

## Input

```json
{
  "query": "923609016",
  "withDetails": true,
  "maxItems": 50
}
```

## Output

```json
{
  "orgNumber": {
    "label": "Org number",
    "format": "text"
  },
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "orgForm": {
    "label": "Form",
    "format": "text"
  },
  "orgFormLabel": {
    "label": "Legal form",
    "format": "text"
  },
  "industryCode": {
    "label": "NACE code",
    "format": "text"
  },
  "industryLabel": {
    "label": "Industry",
    "format": "text"
  },
  "employees": {
    "label": "Employees",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "businessAddress": {
    "label": "Business address",
    "format": "object"
  },
  "foundingDate": {
    "label": "Founded",
    "format": "text"
  },
  "registeredDate": {
    "label": "Registered",
    "format": "text"
  },
  "sectorLabel": {
    "label": "Sector",
    "format": "text"
  },
  "vatRegistered": {
    "label": "VAT registered",
    "format": "boolean"
  },
  "bankrupt": {
    "label": "Bankrupt",
    "format": "boolean"
  },
  "underLiquidation": {
    "label": "Under liquidation",
    "format": "boolean"
  },
  "ceo": {
    "label": "CEO",
    "format": "text"
  },
  "chair": {
    "label": "Chair",
    "format": "text"
  },
  "officers": {
    "label": "Officers",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Norway Company Registry & Officers Scraper](https://apify.com/scrapers_lat/norway-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/norway-companies-scraper) to learn more, explore other use cases, and run it yourself.