# Norway Restaurant and Food Company Leads

**Use case:** 

Extract leads for restaurant and food companies in Norway. Get contact details, industry info, and organizational data from the Brreg registry.

## Input

```json
{
  "query": "restaurant",
  "organisasjonsform": "",
  "naeringskode": "56",
  "kommunenummer": "0301",
  "konkurs": "false",
  "registrertIMvaregisteret": "any",
  "fraRegistreringsdatoEnhetsregisteret": "2024-01-01",
  "maxResults": 200,
  "includeRoles": true,
  "rolesConcurrency": 6,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "orgNumber": {
    "label": "Org number",
    "format": "text"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "orgForm": {
    "label": "Form",
    "format": "text"
  },
  "industryCode": {
    "label": "Industry code",
    "format": "text"
  },
  "industryText": {
    "label": "Industry",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "zip": {
    "label": "Zip",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "employees": {
    "label": "Employees",
    "format": "number"
  },
  "registeredDate": {
    "label": "Registered",
    "format": "date"
  },
  "isBankrupt": {
    "label": "Bankrupt",
    "format": "text"
  },
  "ceoName": {
    "label": "CEO",
    "format": "text"
  },
  "chairName": {
    "label": "Chair",
    "format": "text"
  },
  "url": {
    "label": "API URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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