# Nordic Company Registry (NO + FI + SE + DK) — Full Export

**Use case:** 

Scrape the full nordic company registry (no + fi + se + dk) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract nordic company registry (no + fi + se + dk) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "countries": [
    "NO"
  ],
  "no_search_name": "Equinor",
  "fi_search_name": "Nokia",
  "se_search_query": "Ericsson",
  "dk_search_query": "Maersk",
  "maxItems": 200
}
```

## Output

```json
{
  "country": {
    "label": "Country",
    "format": "string"
  },
  "org_number": {
    "label": "Org Number",
    "format": "string"
  },
  "legal_name": {
    "label": "Legal Name",
    "format": "string"
  },
  "legal_form": {
    "label": "Legal Form",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "source_url": {
    "label": "Source Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Nordic Company Registry Scraper (NO + FI + SE + DK)](https://apify.com/jungle_synthesizer/nordic-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/nordic-company-registry-scraper) to learn more, explore other use cases, and run it yourself.